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/unaccent/Makefile,v 1.2 2009/08/18 15:51:16 tgl Exp $
# contrib/unaccent/Makefile
MODULE_big = unaccent
OBJS = unaccent.o

View File

@@ -6,7 +6,7 @@
* Copyright (c) 2009-2010, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgsql/contrib/unaccent/unaccent.c,v 1.6 2010/08/05 15:25:35 rhaas Exp $
* contrib/unaccent/unaccent.c
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/contrib/unaccent/unaccent.sql.in,v 1.2 2009/11/14 18:24:32 tgl Exp $ */
/* contrib/unaccent/unaccent.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/unaccent/uninstall_unaccent.sql,v 1.2 2009/11/14 18:24:32 tgl Exp $ */
/* contrib/unaccent/uninstall_unaccent.sql */
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;