mirror of
https://github.com/postgres/postgres.git
synced 2025-04-21 12:05:57 +03:00
Add CVS tags to pg_upgrade and pg_upgrade_support files, per request
from Tom.
This commit is contained in:
parent
b3b7d603fb
commit
ccbe0c14e6
@ -1,3 +1,5 @@
|
|||||||
|
$PostgreSQL: pgsql/contrib/pg_upgrade/IMPLEMENTATION,v 1.3 2010/07/03 14:23:13 momjian Exp $
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
PG_UPGRADE: IN-PLACE UPGRADES FOR POSTGRESQL
|
PG_UPGRADE: IN-PLACE UPGRADES FOR POSTGRESQL
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Makefile for pg_upgrade
|
# Makefile for pg_upgrade
|
||||||
#
|
#
|
||||||
|
# $PostgreSQL: pgsql/contrib/pg_upgrade/Makefile,v 1.4 2010/07/03 14:23:13 momjian Exp $
|
||||||
|
|
||||||
PGFILEDESC = "pg_upgrade - an in-place binary upgrade utility"
|
PGFILEDESC = "pg_upgrade - an in-place binary upgrade utility"
|
||||||
PGAPPICON = win32
|
PGAPPICON = win32
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
$PostgreSQL: pgsql/contrib/pg_upgrade/TESTING,v 1.2 2010/07/03 14:23:13 momjian Exp $
|
||||||
|
|
||||||
The most effective way to test pg_upgrade, aside from testing on user
|
The most effective way to test pg_upgrade, aside from testing on user
|
||||||
data, is by upgrading the PostgreSQL regression database.
|
data, is by upgrading the PostgreSQL regression database.
|
||||||
|
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* check.c
|
* check.c
|
||||||
*
|
*
|
||||||
* server checks and output routines
|
* server checks and output routines
|
||||||
|
*
|
||||||
|
* $PostgreSQL: pgsql/contrib/pg_upgrade/check.c,v 1.8 2010/07/03 14:23:13 momjian Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pg_upgrade.h"
|
#include "pg_upgrade.h"
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* controldata.c
|
* controldata.c
|
||||||
*
|
*
|
||||||
* controldata functions
|
* controldata functions
|
||||||
|
*
|
||||||
|
* $PostgreSQL: pgsql/contrib/pg_upgrade/controldata.c,v 1.6 2010/07/03 14:23:13 momjian Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pg_upgrade.h"
|
#include "pg_upgrade.h"
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* dump.c
|
* dump.c
|
||||||
*
|
*
|
||||||
* dump functions
|
* dump functions
|
||||||
|
*
|
||||||
|
* $PostgreSQL: pgsql/contrib/pg_upgrade/dump.c,v 1.4 2010/07/03 14:23:13 momjian Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pg_upgrade.h"
|
#include "pg_upgrade.h"
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* exec.c
|
* exec.c
|
||||||
*
|
*
|
||||||
* execution functions
|
* execution functions
|
||||||
|
*
|
||||||
|
* $PostgreSQL: pgsql/contrib/pg_upgrade/exec.c,v 1.5 2010/07/03 14:23:13 momjian Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pg_upgrade.h"
|
#include "pg_upgrade.h"
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* file.c
|
* file.c
|
||||||
*
|
*
|
||||||
* file system operations
|
* file system operations
|
||||||
|
*
|
||||||
|
* $PostgreSQL: pgsql/contrib/pg_upgrade/file.c,v 1.10 2010/07/03 14:23:13 momjian Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pg_upgrade.h"
|
#include "pg_upgrade.h"
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* function.c
|
* function.c
|
||||||
*
|
*
|
||||||
* server-side function support
|
* server-side function support
|
||||||
|
*
|
||||||
|
* $PostgreSQL: pgsql/contrib/pg_upgrade/function.c,v 1.4 2010/07/03 14:23:13 momjian Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pg_upgrade.h"
|
#include "pg_upgrade.h"
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* info.c
|
* info.c
|
||||||
*
|
*
|
||||||
* information support functions
|
* information support functions
|
||||||
|
*
|
||||||
|
* $PostgreSQL: pgsql/contrib/pg_upgrade/info.c,v 1.8 2010/07/03 14:23:13 momjian Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pg_upgrade.h"
|
#include "pg_upgrade.h"
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* opt.c
|
* opt.c
|
||||||
*
|
*
|
||||||
* options functions
|
* options functions
|
||||||
|
*
|
||||||
|
* $PostgreSQL: pgsql/contrib/pg_upgrade/option.c,v 1.9 2010/07/03 14:23:13 momjian Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pg_upgrade.h"
|
#include "pg_upgrade.h"
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* page.c
|
* page.c
|
||||||
*
|
*
|
||||||
* per-page conversion operations
|
* per-page conversion operations
|
||||||
|
*
|
||||||
|
* $PostgreSQL: pgsql/contrib/pg_upgrade/page.c,v 1.3 2010/07/03 14:23:13 momjian Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pg_upgrade.h"
|
#include "pg_upgrade.h"
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* pg_upgrade.c
|
* pg_upgrade.c
|
||||||
*
|
*
|
||||||
* main source file
|
* main source file
|
||||||
|
*
|
||||||
|
* $PostgreSQL: pgsql/contrib/pg_upgrade/pg_upgrade.c,v 1.7 2010/07/03 14:23:13 momjian Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pg_upgrade.h"
|
#include "pg_upgrade.h"
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* pg_upgrade.h
|
* pg_upgrade.h
|
||||||
|
*
|
||||||
|
* $PostgreSQL: pgsql/contrib/pg_upgrade/pg_upgrade.h,v 1.12 2010/07/03 14:23:13 momjian Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "postgres.h"
|
#include "postgres.h"
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* relfilenode.c
|
* relfilenode.c
|
||||||
*
|
*
|
||||||
* relfilenode functions
|
* relfilenode functions
|
||||||
|
*
|
||||||
|
* $PostgreSQL: pgsql/contrib/pg_upgrade/relfilenode.c,v 1.5 2010/07/03 14:23:13 momjian Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pg_upgrade.h"
|
#include "pg_upgrade.h"
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* server.c
|
* server.c
|
||||||
*
|
*
|
||||||
* database server functions
|
* database server functions
|
||||||
|
*
|
||||||
|
* $PostgreSQL: pgsql/contrib/pg_upgrade/server.c,v 1.5 2010/07/03 14:23:13 momjian Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pg_upgrade.h"
|
#include "pg_upgrade.h"
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* tablespace.c
|
* tablespace.c
|
||||||
*
|
*
|
||||||
* tablespace functions
|
* tablespace functions
|
||||||
|
*
|
||||||
|
* $PostgreSQL: pgsql/contrib/pg_upgrade/tablespace.c,v 1.3 2010/07/03 14:23:14 momjian Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pg_upgrade.h"
|
#include "pg_upgrade.h"
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* util.c
|
* util.c
|
||||||
*
|
*
|
||||||
* utility functions
|
* utility functions
|
||||||
|
*
|
||||||
|
* $PostgreSQL: pgsql/contrib/pg_upgrade/util.c,v 1.2 2010/07/03 14:23:14 momjian Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pg_upgrade.h"
|
#include "pg_upgrade.h"
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* version.c
|
* version.c
|
||||||
*
|
*
|
||||||
* Postgres-version-specific routines
|
* Postgres-version-specific routines
|
||||||
|
*
|
||||||
|
* $PostgreSQL: pgsql/contrib/pg_upgrade/version.c,v 1.3 2010/07/03 14:23:14 momjian Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pg_upgrade.h"
|
#include "pg_upgrade.h"
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* version.c
|
* version.c
|
||||||
*
|
*
|
||||||
* Postgres-version-specific routines
|
* Postgres-version-specific routines
|
||||||
|
*
|
||||||
|
* $PostgreSQL: pgsql/contrib/pg_upgrade/version_old_8_3.c,v 1.4 2010/07/03 14:23:14 momjian Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pg_upgrade.h"
|
#include "pg_upgrade.h"
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Makefile for pg_upgrade_support
|
# Makefile for pg_upgrade_support
|
||||||
#
|
#
|
||||||
|
# $PostgreSQL: pgsql/contrib/pg_upgrade_support/Makefile,v 1.3 2010/07/03 14:23:14 momjian Exp $
|
||||||
|
|
||||||
PGFILEDESC = "pg_upgrade_support - server-side functions for pg_upgrade"
|
PGFILEDESC = "pg_upgrade_support - server-side functions for pg_upgrade"
|
||||||
|
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
*
|
*
|
||||||
* server-side functions to set backend global variables
|
* server-side functions to set backend global variables
|
||||||
* to control oid and relfilenode assignment
|
* to control oid and relfilenode assignment
|
||||||
|
*
|
||||||
|
* $PostgreSQL: pgsql/contrib/pg_upgrade_support/pg_upgrade_support.c,v 1.2 2010/07/03 14:23:14 momjian Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "postgres.h"
|
#include "postgres.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user