diff options
| author | Magnus Hagander | 2010-09-20 20:08:53 +0000 |
|---|---|---|
| committer | Magnus Hagander | 2010-09-20 20:08:53 +0000 |
| commit | 9f2e211386931f7aee48ffbc2fcaef1632d8329f (patch) | |
| tree | eebf0b0367f8e957957cf5468ddc0c46d9da80f6 /contrib/tablefunc | |
| parent | cecde97577fafddc6b3aa354b9b77a3a54b063a9 (diff) | |
Remove cvs keywords from all files.
Diffstat (limited to 'contrib/tablefunc')
| -rw-r--r-- | contrib/tablefunc/Makefile | 2 | ||||
| -rw-r--r-- | contrib/tablefunc/tablefunc.c | 2 | ||||
| -rw-r--r-- | contrib/tablefunc/tablefunc.h | 2 | ||||
| -rw-r--r-- | contrib/tablefunc/tablefunc.sql.in | 2 | ||||
| -rw-r--r-- | contrib/tablefunc/uninstall_tablefunc.sql | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/contrib/tablefunc/Makefile b/contrib/tablefunc/Makefile index 1207c62ef7..a5c2882866 100644 --- a/contrib/tablefunc/Makefile +++ b/contrib/tablefunc/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/tablefunc/Makefile,v 1.10 2010/07/05 23:15:56 tgl Exp $ +# contrib/tablefunc/Makefile MODULES = tablefunc DATA_built = tablefunc.sql diff --git a/contrib/tablefunc/tablefunc.c b/contrib/tablefunc/tablefunc.c index 609ab48c7c..ea2f2e15b0 100644 --- a/contrib/tablefunc/tablefunc.c +++ b/contrib/tablefunc/tablefunc.c @@ -1,5 +1,5 @@ /* - * $PostgreSQL: pgsql/contrib/tablefunc/tablefunc.c,v 1.62 2010/01/02 16:57:32 momjian Exp $ + * contrib/tablefunc/tablefunc.c * * * tablefunc diff --git a/contrib/tablefunc/tablefunc.h b/contrib/tablefunc/tablefunc.h index 2870299bd4..267a8d1eeb 100644 --- a/contrib/tablefunc/tablefunc.h +++ b/contrib/tablefunc/tablefunc.h @@ -1,5 +1,5 @@ /* - * $PostgreSQL: pgsql/contrib/tablefunc/tablefunc.h,v 1.17 2010/01/02 16:57:32 momjian Exp $ + * contrib/tablefunc/tablefunc.h * * * tablefunc diff --git a/contrib/tablefunc/tablefunc.sql.in b/contrib/tablefunc/tablefunc.sql.in index f4864c4558..54cba5ed3e 100644 --- a/contrib/tablefunc/tablefunc.sql.in +++ b/contrib/tablefunc/tablefunc.sql.in @@ -1,4 +1,4 @@ -/* $PostgreSQL: pgsql/contrib/tablefunc/tablefunc.sql.in,v 1.12 2007/11/13 04:24:29 momjian Exp $ */ +/* contrib/tablefunc/tablefunc.sql.in */ -- Adjust this setting to control where the objects get created. SET search_path = public; diff --git a/contrib/tablefunc/uninstall_tablefunc.sql b/contrib/tablefunc/uninstall_tablefunc.sql index cb58df89bb..b1ec916447 100644 --- a/contrib/tablefunc/uninstall_tablefunc.sql +++ b/contrib/tablefunc/uninstall_tablefunc.sql @@ -1,4 +1,4 @@ -/* $PostgreSQL: pgsql/contrib/tablefunc/uninstall_tablefunc.sql,v 1.3 2007/11/13 04:24:29 momjian Exp $ */ +/* contrib/tablefunc/uninstall_tablefunc.sql */ -- Adjust this setting to control where the objects get dropped. SET search_path = public; |
