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/seg/Makefile,v 1.22 2009/08/28 20:26:18 petere Exp $
# contrib/seg/Makefile
MODULE_big = seg
OBJS = seg.o segparse.o

View File

@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/seg/seg.c,v 1.25 2009/06/11 14:48:52 momjian Exp $
* contrib/seg/seg.c
*
******************************************************************************
This file contains routines that can be bound to a Postgres backend and

View File

@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/contrib/seg/seg.sql.in,v 1.19 2009/06/11 18:30:03 tgl Exp $ */
/* contrib/seg/seg.sql.in */
-- Adjust this setting to control where the objects get created.
SET search_path = public;

View File

@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/seg/segdata.h,v 1.6 2009/06/11 14:48:52 momjian Exp $
* contrib/seg/segdata.h
*/
typedef struct SEG
{

View File

@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/contrib/seg/uninstall_seg.sql,v 1.8 2008/04/18 20:51:17 tgl Exp $ */
/* contrib/seg/uninstall_seg.sql */
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;