1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Remove cvs keywords from all files.

This commit is contained in:
Magnus Hagander
2010-09-20 22:08:53 +02:00
parent cecde97577
commit 9f2e211386
2182 changed files with 2182 additions and 2182 deletions

View File

@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/contrib/pg_freespacemap/Makefile,v 1.5 2008/09/30 11:17:07 heikki Exp $
# contrib/pg_freespacemap/Makefile
MODULE_big = pg_freespacemap
OBJS = pg_freespacemap.o

View File

@ -3,7 +3,7 @@
* pg_freespacemap.c
* display contents of a free space map
*
* $PostgreSQL: pgsql/contrib/pg_freespacemap/pg_freespacemap.c,v 1.14 2009/06/11 14:48:51 momjian Exp $
* contrib/pg_freespacemap/pg_freespacemap.c
*-------------------------------------------------------------------------
*/
#include "postgres.h"

View File

@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/contrib/pg_freespacemap/pg_freespacemap.sql.in,v 1.12 2009/06/10 22:12:28 tgl Exp $ */
/* contrib/pg_freespacemap/pg_freespacemap.sql.in */
-- Adjust this setting to control where the objects get created.
SET search_path = public;

View File

@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql,v 1.5 2009/06/10 22:12:28 tgl Exp $ */
/* contrib/pg_freespacemap/uninstall_pg_freespacemap.sql */
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;