mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Remove cvs keywords from all files.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
$PostgreSQL: pgsql/contrib/pg_upgrade/IMPLEMENTATION,v 1.3 2010/07/03 14:23:13 momjian Exp $
|
||||
contrib/pg_upgrade/IMPLEMENTATION
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
PG_UPGRADE: IN-PLACE UPGRADES FOR POSTGRESQL
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Makefile for pg_upgrade
|
||||
#
|
||||
# $PostgreSQL: pgsql/contrib/pg_upgrade/Makefile,v 1.4 2010/07/03 14:23:13 momjian Exp $
|
||||
# contrib/pg_upgrade/Makefile
|
||||
|
||||
PGFILEDESC = "pg_upgrade - an in-place binary upgrade utility"
|
||||
PGAPPICON = win32
|
||||
|
@ -1,4 +1,4 @@
|
||||
$PostgreSQL: pgsql/contrib/pg_upgrade/TESTING,v 1.4 2010/08/19 05:57:33 petere Exp $
|
||||
contrib/pg_upgrade/TESTING
|
||||
|
||||
The most effective way to test pg_upgrade, aside from testing on user
|
||||
data, is by upgrading the PostgreSQL regression database.
|
||||
|
@ -4,7 +4,7 @@
|
||||
* server checks and output routines
|
||||
*
|
||||
* Copyright (c) 2010, PostgreSQL Global Development Group
|
||||
* $PostgreSQL: pgsql/contrib/pg_upgrade/check.c,v 1.14 2010/07/25 03:47:29 momjian Exp $
|
||||
* contrib/pg_upgrade/check.c
|
||||
*/
|
||||
|
||||
#include "pg_upgrade.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
* controldata functions
|
||||
*
|
||||
* Copyright (c) 2010, PostgreSQL Global Development Group
|
||||
* $PostgreSQL: pgsql/contrib/pg_upgrade/controldata.c,v 1.10 2010/09/07 14:10:30 momjian Exp $
|
||||
* contrib/pg_upgrade/controldata.c
|
||||
*/
|
||||
|
||||
#include "pg_upgrade.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
* dump functions
|
||||
*
|
||||
* Copyright (c) 2010, PostgreSQL Global Development Group
|
||||
* $PostgreSQL: pgsql/contrib/pg_upgrade/dump.c,v 1.7 2010/07/06 19:18:55 momjian Exp $
|
||||
* contrib/pg_upgrade/dump.c
|
||||
*/
|
||||
|
||||
#include "pg_upgrade.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
* execution functions
|
||||
*
|
||||
* Copyright (c) 2010, PostgreSQL Global Development Group
|
||||
* $PostgreSQL: pgsql/contrib/pg_upgrade/exec.c,v 1.9 2010/07/13 18:09:55 momjian Exp $
|
||||
* contrib/pg_upgrade/exec.c
|
||||
*/
|
||||
|
||||
#include "pg_upgrade.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
* file system operations
|
||||
*
|
||||
* Copyright (c) 2010, PostgreSQL Global Development Group
|
||||
* $PostgreSQL: pgsql/contrib/pg_upgrade/file.c,v 1.14 2010/07/09 16:51:23 momjian Exp $
|
||||
* contrib/pg_upgrade/file.c
|
||||
*/
|
||||
|
||||
#include "pg_upgrade.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
* server-side function support
|
||||
*
|
||||
* Copyright (c) 2010, PostgreSQL Global Development Group
|
||||
* $PostgreSQL: pgsql/contrib/pg_upgrade/function.c,v 1.7 2010/07/25 03:28:32 momjian Exp $
|
||||
* contrib/pg_upgrade/function.c
|
||||
*/
|
||||
|
||||
#include "pg_upgrade.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
* information support functions
|
||||
*
|
||||
* Copyright (c) 2010, PostgreSQL Global Development Group
|
||||
* $PostgreSQL: pgsql/contrib/pg_upgrade/info.c,v 1.11 2010/07/06 19:18:55 momjian Exp $
|
||||
* contrib/pg_upgrade/info.c
|
||||
*/
|
||||
|
||||
#include "pg_upgrade.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
* options functions
|
||||
*
|
||||
* Copyright (c) 2010, PostgreSQL Global Development Group
|
||||
* $PostgreSQL: pgsql/contrib/pg_upgrade/option.c,v 1.13 2010/07/13 18:14:14 momjian Exp $
|
||||
* contrib/pg_upgrade/option.c
|
||||
*/
|
||||
|
||||
#include "pg_upgrade.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
* per-page conversion operations
|
||||
*
|
||||
* Copyright (c) 2010, PostgreSQL Global Development Group
|
||||
* $PostgreSQL: pgsql/contrib/pg_upgrade/page.c,v 1.5 2010/07/03 16:33:14 momjian Exp $
|
||||
* contrib/pg_upgrade/page.c
|
||||
*/
|
||||
|
||||
#include "pg_upgrade.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
* main source file
|
||||
*
|
||||
* Copyright (c) 2010, PostgreSQL Global Development Group
|
||||
* $PostgreSQL: pgsql/contrib/pg_upgrade/pg_upgrade.c,v 1.11 2010/07/13 15:56:53 momjian Exp $
|
||||
* contrib/pg_upgrade/pg_upgrade.c
|
||||
*/
|
||||
|
||||
#include "pg_upgrade.h"
|
||||
|
@ -2,7 +2,7 @@
|
||||
* pg_upgrade.h
|
||||
*
|
||||
* Copyright (c) 2010, PostgreSQL Global Development Group
|
||||
* $PostgreSQL: pgsql/contrib/pg_upgrade/pg_upgrade.h,v 1.16 2010/07/25 03:47:29 momjian Exp $
|
||||
* contrib/pg_upgrade/pg_upgrade.h
|
||||
*/
|
||||
|
||||
#include "postgres.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
* relfilenode functions
|
||||
*
|
||||
* Copyright (c) 2010, PostgreSQL Global Development Group
|
||||
* $PostgreSQL: pgsql/contrib/pg_upgrade/relfilenode.c,v 1.8 2010/07/06 19:18:55 momjian Exp $
|
||||
* contrib/pg_upgrade/relfilenode.c
|
||||
*/
|
||||
|
||||
#include "pg_upgrade.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
* database server functions
|
||||
*
|
||||
* Copyright (c) 2010, PostgreSQL Global Development Group
|
||||
* $PostgreSQL: pgsql/contrib/pg_upgrade/server.c,v 1.9 2010/07/13 20:03:32 momjian Exp $
|
||||
* contrib/pg_upgrade/server.c
|
||||
*/
|
||||
|
||||
#include "pg_upgrade.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
* tablespace functions
|
||||
*
|
||||
* Copyright (c) 2010, PostgreSQL Global Development Group
|
||||
* $PostgreSQL: pgsql/contrib/pg_upgrade/tablespace.c,v 1.6 2010/07/06 19:18:55 momjian Exp $
|
||||
* contrib/pg_upgrade/tablespace.c
|
||||
*/
|
||||
|
||||
#include "pg_upgrade.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
* utility functions
|
||||
*
|
||||
* Copyright (c) 2010, PostgreSQL Global Development Group
|
||||
* $PostgreSQL: pgsql/contrib/pg_upgrade/util.c,v 1.5 2010/07/06 19:18:55 momjian Exp $
|
||||
* contrib/pg_upgrade/util.c
|
||||
*/
|
||||
|
||||
#include "pg_upgrade.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Postgres-version-specific routines
|
||||
*
|
||||
* Copyright (c) 2010, PostgreSQL Global Development Group
|
||||
* $PostgreSQL: pgsql/contrib/pg_upgrade/version.c,v 1.5 2010/07/03 16:33:14 momjian Exp $
|
||||
* contrib/pg_upgrade/version.c
|
||||
*/
|
||||
|
||||
#include "pg_upgrade.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Postgres-version-specific routines
|
||||
*
|
||||
* Copyright (c) 2010, PostgreSQL Global Development Group
|
||||
* $PostgreSQL: pgsql/contrib/pg_upgrade/version_old_8_3.c,v 1.8 2010/07/25 03:47:29 momjian Exp $
|
||||
* contrib/pg_upgrade/version_old_8_3.c
|
||||
*/
|
||||
|
||||
#include "pg_upgrade.h"
|
||||
|
Reference in New Issue
Block a user