1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-09 17:03:00 +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

@@ -2,7 +2,7 @@
#
# pageinspect Makefile
#
# $PostgreSQL: pgsql/contrib/pageinspect/Makefile,v 1.5 2010/08/19 05:57:33 petere Exp $
# contrib/pageinspect/Makefile
#
#-------------------------------------------------------------------------

View File

@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/pageinspect/btreefuncs.c,v 1.10 2009/06/11 14:48:51 momjian Exp $
* contrib/pageinspect/btreefuncs.c
*
*
* btreefuncs.c

View File

@@ -12,7 +12,7 @@
* Copyright (c) 2007-2010, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgsql/contrib/pageinspect/fsmfuncs.c,v 1.4 2010/01/02 16:57:32 momjian Exp $
* contrib/pageinspect/fsmfuncs.c
*
*-------------------------------------------------------------------------
*/

View File

@@ -18,7 +18,7 @@
* Copyright (c) 2007-2010, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgsql/contrib/pageinspect/heapfuncs.c,v 1.9 2010/04/02 15:19:22 mha Exp $
* contrib/pageinspect/heapfuncs.c
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/contrib/pageinspect/pageinspect.sql.in,v 1.7 2009/06/08 16:22:44 tgl Exp $ */
/* contrib/pageinspect/pageinspect.sql.in */
-- Adjust this setting to control where the objects get created.
SET search_path = public;

View File

@@ -8,7 +8,7 @@
* Copyright (c) 2007-2010, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgsql/contrib/pageinspect/rawpage.c,v 1.14 2010/01/02 16:57:32 momjian Exp $
* contrib/pageinspect/rawpage.c
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/contrib/pageinspect/uninstall_pageinspect.sql,v 1.5 2009/06/08 16:22:44 tgl Exp $ */
/* contrib/pageinspect/uninstall_pageinspect.sql */
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;