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/dict_int | |
| parent | cecde97577fafddc6b3aa354b9b77a3a54b063a9 (diff) | |
| download | postgresql-9f2e211386931f7aee48ffbc2fcaef1632d8329f.tar.gz | |
Remove cvs keywords from all files.
Diffstat (limited to 'contrib/dict_int')
| -rw-r--r-- | contrib/dict_int/Makefile | 2 | ||||
| -rw-r--r-- | contrib/dict_int/dict_int.c | 2 | ||||
| -rw-r--r-- | contrib/dict_int/dict_int.sql.in | 2 | ||||
| -rw-r--r-- | contrib/dict_int/uninstall_dict_int.sql | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/contrib/dict_int/Makefile b/contrib/dict_int/Makefile index adf7b685b5..17d9eaa5f7 100644 --- a/contrib/dict_int/Makefile +++ b/contrib/dict_int/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/dict_int/Makefile,v 1.2 2007/12/02 21:15:38 tgl Exp $ +# contrib/dict_int/Makefile MODULE_big = dict_int OBJS = dict_int.o diff --git a/contrib/dict_int/dict_int.c b/contrib/dict_int/dict_int.c index 8e1918613f..174eec6e1c 100644 --- a/contrib/dict_int/dict_int.c +++ b/contrib/dict_int/dict_int.c @@ -6,7 +6,7 @@ * Copyright (c) 2007-2010, PostgreSQL Global Development Group * * IDENTIFICATION - * $PostgreSQL: pgsql/contrib/dict_int/dict_int.c,v 1.6 2010/01/02 16:57:32 momjian Exp $ + * contrib/dict_int/dict_int.c * *------------------------------------------------------------------------- */ diff --git a/contrib/dict_int/dict_int.sql.in b/contrib/dict_int/dict_int.sql.in index 5245349ae1..9d7ef7d9c1 100644 --- a/contrib/dict_int/dict_int.sql.in +++ b/contrib/dict_int/dict_int.sql.in @@ -1,4 +1,4 @@ -/* $PostgreSQL: pgsql/contrib/dict_int/dict_int.sql.in,v 1.3 2007/11/13 04:24:27 momjian Exp $ */ +/* contrib/dict_int/dict_int.sql.in */ -- Adjust this setting to control where the objects get created. SET search_path = public; diff --git a/contrib/dict_int/uninstall_dict_int.sql b/contrib/dict_int/uninstall_dict_int.sql index d94343fd36..0467fa22ba 100644 --- a/contrib/dict_int/uninstall_dict_int.sql +++ b/contrib/dict_int/uninstall_dict_int.sql @@ -1,4 +1,4 @@ -/* $PostgreSQL: pgsql/contrib/dict_int/uninstall_dict_int.sql,v 1.3 2007/11/13 04:24:27 momjian Exp $ */ +/* contrib/dict_int/uninstall_dict_int.sql */ -- Adjust this setting to control where the objects get dropped. SET search_path = public; |
