1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +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/uuid-ossp/Makefile,v 1.4 2007/11/13 00:13:19 tgl Exp $
# contrib/uuid-ossp/Makefile
MODULE_big = uuid-ossp
OBJS = uuid-ossp.o

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/contrib/uuid-ossp/uninstall_uuid-ossp.sql,v 1.3 2007/11/13 04:24:29 momjian Exp $ */
/* contrib/uuid-ossp/uninstall_uuid-ossp.sql */
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;

View File

@@ -4,7 +4,7 @@
*
* Copyright (c) 2007-2010, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/contrib/uuid-ossp/uuid-ossp.c,v 1.12 2010/01/02 16:57:33 momjian Exp $
* contrib/uuid-ossp/uuid-ossp.c
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/contrib/uuid-ossp/uuid-ossp.sql.in,v 1.6 2007/11/13 04:24:29 momjian Exp $ */
/* contrib/uuid-ossp/uuid-ossp.sql.in */
-- Adjust this setting to control where the objects get created.
SET search_path = public;