diff options
author | Magnus Hagander <magnus@hagander.net> | 2010-09-20 22:08:53 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2010-09-20 22:08:53 +0200 |
commit | 9f2e211386931f7aee48ffbc2fcaef1632d8329f (patch) | |
tree | eebf0b0367f8e957957cf5468ddc0c46d9da80f6 /contrib/seg | |
parent | cecde97577fafddc6b3aa354b9b77a3a54b063a9 (diff) | |
download | postgresql-9f2e211386931f7aee48ffbc2fcaef1632d8329f.tar.gz |
Remove cvs keywords from all files.
Diffstat (limited to 'contrib/seg')
-rw-r--r-- | contrib/seg/Makefile | 2 | ||||
-rw-r--r-- | contrib/seg/seg.c | 2 | ||||
-rw-r--r-- | contrib/seg/seg.sql.in | 2 | ||||
-rw-r--r-- | contrib/seg/segdata.h | 2 | ||||
-rw-r--r-- | contrib/seg/uninstall_seg.sql | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/contrib/seg/Makefile b/contrib/seg/Makefile index c6a5ef4efe..e8c7a44845 100644 --- a/contrib/seg/Makefile +++ b/contrib/seg/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/seg/Makefile,v 1.22 2009/08/28 20:26:18 petere Exp $ +# contrib/seg/Makefile MODULE_big = seg OBJS = seg.o segparse.o diff --git a/contrib/seg/seg.c b/contrib/seg/seg.c index 930a35b009..8de5092fc4 100644 --- a/contrib/seg/seg.c +++ b/contrib/seg/seg.c @@ -1,5 +1,5 @@ /* - * $PostgreSQL: pgsql/contrib/seg/seg.c,v 1.25 2009/06/11 14:48:52 momjian Exp $ + * contrib/seg/seg.c * ****************************************************************************** This file contains routines that can be bound to a Postgres backend and diff --git a/contrib/seg/seg.sql.in b/contrib/seg/seg.sql.in index 5dac75374b..2713c4a8dc 100644 --- a/contrib/seg/seg.sql.in +++ b/contrib/seg/seg.sql.in @@ -1,4 +1,4 @@ -/* $PostgreSQL: pgsql/contrib/seg/seg.sql.in,v 1.19 2009/06/11 18:30:03 tgl Exp $ */ +/* contrib/seg/seg.sql.in */ -- Adjust this setting to control where the objects get created. SET search_path = public; diff --git a/contrib/seg/segdata.h b/contrib/seg/segdata.h index c92854da83..90be6e27aa 100644 --- a/contrib/seg/segdata.h +++ b/contrib/seg/segdata.h @@ -1,5 +1,5 @@ /* - * $PostgreSQL: pgsql/contrib/seg/segdata.h,v 1.6 2009/06/11 14:48:52 momjian Exp $ + * contrib/seg/segdata.h */ typedef struct SEG { diff --git a/contrib/seg/uninstall_seg.sql b/contrib/seg/uninstall_seg.sql index 785de03950..27e8ba901a 100644 --- a/contrib/seg/uninstall_seg.sql +++ b/contrib/seg/uninstall_seg.sql @@ -1,4 +1,4 @@ -/* $PostgreSQL: pgsql/contrib/seg/uninstall_seg.sql,v 1.8 2008/04/18 20:51:17 tgl Exp $ */ +/* contrib/seg/uninstall_seg.sql */ -- Adjust this setting to control where the objects get dropped. SET search_path = public; |