summaryrefslogtreecommitdiff
path: root/contrib/lo
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2010-09-20 22:08:53 +0200
committerMagnus Hagander <magnus@hagander.net>2010-09-20 22:08:53 +0200
commit9f2e211386931f7aee48ffbc2fcaef1632d8329f (patch)
treeeebf0b0367f8e957957cf5468ddc0c46d9da80f6 /contrib/lo
parentcecde97577fafddc6b3aa354b9b77a3a54b063a9 (diff)
downloadpostgresql-9f2e211386931f7aee48ffbc2fcaef1632d8329f.tar.gz
Remove cvs keywords from all files.
Diffstat (limited to 'contrib/lo')
-rw-r--r--contrib/lo/Makefile2
-rw-r--r--contrib/lo/lo.c2
-rw-r--r--contrib/lo/lo.sql.in2
-rw-r--r--contrib/lo/lo_test.sql2
-rw-r--r--contrib/lo/uninstall_lo.sql2
5 files changed, 5 insertions, 5 deletions
diff --git a/contrib/lo/Makefile b/contrib/lo/Makefile
index 336cb5685e..43c01f57c0 100644
--- a/contrib/lo/Makefile
+++ b/contrib/lo/Makefile
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/contrib/lo/Makefile,v 1.17 2007/11/10 23:59:51 momjian Exp $
+# contrib/lo/Makefile
MODULES = lo
DATA_built = lo.sql
diff --git a/contrib/lo/lo.c b/contrib/lo/lo.c
index 2e37a28591..0e3559c020 100644
--- a/contrib/lo/lo.c
+++ b/contrib/lo/lo.c
@@ -1,7 +1,7 @@
/*
* PostgreSQL definitions for managed Large Objects.
*
- * $PostgreSQL: pgsql/contrib/lo/lo.c,v 1.17 2006/07/11 17:04:12 momjian Exp $
+ * contrib/lo/lo.c
*
*/
diff --git a/contrib/lo/lo.sql.in b/contrib/lo/lo.sql.in
index 6dcf6659c5..8c7afbe5e3 100644
--- a/contrib/lo/lo.sql.in
+++ b/contrib/lo/lo.sql.in
@@ -1,4 +1,4 @@
-/* $PostgreSQL: pgsql/contrib/lo/lo.sql.in,v 1.15 2007/11/13 04:24:28 momjian Exp $ */
+/* contrib/lo/lo.sql.in */
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/lo/lo_test.sql b/contrib/lo/lo_test.sql
index 73022b2535..7e52362f81 100644
--- a/contrib/lo/lo_test.sql
+++ b/contrib/lo/lo_test.sql
@@ -1,4 +1,4 @@
-/* $PostgreSQL: pgsql/contrib/lo/lo_test.sql,v 1.6 2009/12/14 00:39:10 itagaki Exp $ */
+/* contrib/lo/lo_test.sql */
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/lo/uninstall_lo.sql b/contrib/lo/uninstall_lo.sql
index 7cbc796a3d..77deb1d550 100644
--- a/contrib/lo/uninstall_lo.sql
+++ b/contrib/lo/uninstall_lo.sql
@@ -1,4 +1,4 @@
-/* $PostgreSQL: pgsql/contrib/lo/uninstall_lo.sql,v 1.3 2007/11/13 04:24:28 momjian Exp $ */
+/* contrib/lo/uninstall_lo.sql */
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;