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/pgstattuple | |
| parent | cecde97577fafddc6b3aa354b9b77a3a54b063a9 (diff) | |
Remove cvs keywords from all files.
Diffstat (limited to 'contrib/pgstattuple')
| -rw-r--r-- | contrib/pgstattuple/Makefile | 2 | ||||
| -rw-r--r-- | contrib/pgstattuple/pgstatindex.c | 2 | ||||
| -rw-r--r-- | contrib/pgstattuple/pgstattuple.c | 2 | ||||
| -rw-r--r-- | contrib/pgstattuple/pgstattuple.sql.in | 2 | ||||
| -rw-r--r-- | contrib/pgstattuple/uninstall_pgstattuple.sql | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/contrib/pgstattuple/Makefile b/contrib/pgstattuple/Makefile index ab960de9c4..33386cdf17 100644 --- a/contrib/pgstattuple/Makefile +++ b/contrib/pgstattuple/Makefile @@ -2,7 +2,7 @@ # # pgstattuple Makefile # -# $PostgreSQL: pgsql/contrib/pgstattuple/Makefile,v 1.10 2009/04/28 17:07:50 momjian Exp $ +# contrib/pgstattuple/Makefile # #------------------------------------------------------------------------- diff --git a/contrib/pgstattuple/pgstatindex.c b/contrib/pgstattuple/pgstatindex.c index 83b50bb432..fd2cc9246b 100644 --- a/contrib/pgstattuple/pgstatindex.c +++ b/contrib/pgstattuple/pgstatindex.c @@ -1,5 +1,5 @@ /* - * $PostgreSQL: pgsql/contrib/pgstattuple/pgstatindex.c,v 1.13 2009/06/11 14:48:52 momjian Exp $ + * contrib/pgstattuple/pgstatindex.c * * * pgstatindex diff --git a/contrib/pgstattuple/pgstattuple.c b/contrib/pgstattuple/pgstattuple.c index 994773a9d7..3a5d9c27b4 100644 --- a/contrib/pgstattuple/pgstattuple.c +++ b/contrib/pgstattuple/pgstattuple.c @@ -1,5 +1,5 @@ /* - * $PostgreSQL: pgsql/contrib/pgstattuple/pgstattuple.c,v 1.39 2010/04/02 16:16:51 tgl Exp $ + * contrib/pgstattuple/pgstattuple.c * * Copyright (c) 2001,2002 Tatsuo Ishii * diff --git a/contrib/pgstattuple/pgstattuple.sql.in b/contrib/pgstattuple/pgstattuple.sql.in index 0d18f19dd0..6a09136596 100644 --- a/contrib/pgstattuple/pgstattuple.sql.in +++ b/contrib/pgstattuple/pgstattuple.sql.in @@ -1,4 +1,4 @@ -/* $PostgreSQL: pgsql/contrib/pgstattuple/pgstattuple.sql.in,v 1.16 2008/03/21 03:23:30 tgl Exp $ */ +/* contrib/pgstattuple/pgstattuple.sql.in */ -- Adjust this setting to control where the objects get created. SET search_path = public; diff --git a/contrib/pgstattuple/uninstall_pgstattuple.sql b/contrib/pgstattuple/uninstall_pgstattuple.sql index ae0ae90295..29eac40f29 100644 --- a/contrib/pgstattuple/uninstall_pgstattuple.sql +++ b/contrib/pgstattuple/uninstall_pgstattuple.sql @@ -1,4 +1,4 @@ -/* $PostgreSQL: pgsql/contrib/pgstattuple/uninstall_pgstattuple.sql,v 1.6 2007/11/13 04:24:28 momjian Exp $ */ +/* contrib/pgstattuple/uninstall_pgstattuple.sql */ -- Adjust this setting to control where the objects get dropped. SET search_path = public; |
