summaryrefslogtreecommitdiff
path: root/contrib/pg_buffercache
diff options
context:
space:
mode:
authorBruce Momjian2007-11-13 04:24:29 +0000
committerBruce Momjian2007-11-13 04:24:29 +0000
commit33e2e024938578598625ad14034432378db88af1 (patch)
tree2ab36251bcd5da53a4f043bf80a71d8ed78d8288 /contrib/pg_buffercache
parent1afbbcac203a255f280cc2c6977017de30bd15d7 (diff)
Add CVS version labels to all install/uninstall scripts.
Diffstat (limited to 'contrib/pg_buffercache')
-rw-r--r--contrib/pg_buffercache/pg_buffercache.sql.in2
-rw-r--r--contrib/pg_buffercache/uninstall_pg_buffercache.sql2
2 files changed, 4 insertions, 0 deletions
diff --git a/contrib/pg_buffercache/pg_buffercache.sql.in b/contrib/pg_buffercache/pg_buffercache.sql.in
index 6ee320767a3..e1d86cc43bf 100644
--- a/contrib/pg_buffercache/pg_buffercache.sql.in
+++ b/contrib/pg_buffercache/pg_buffercache.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/pg_buffercache/pg_buffercache.sql.in,v 1.7 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/pg_buffercache/uninstall_pg_buffercache.sql b/contrib/pg_buffercache/uninstall_pg_buffercache.sql
index 601e8878bf4..19dc9301cab 100644
--- a/contrib/pg_buffercache/uninstall_pg_buffercache.sql
+++ b/contrib/pg_buffercache/uninstall_pg_buffercache.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/pg_buffercache/uninstall_pg_buffercache.sql,v 1.3 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;