Skip to content

Commit ccbe0c1

Browse files
committed
Add CVS tags to pg_upgrade and pg_upgrade_support files, per request
from Tom.
1 parent b3b7d60 commit ccbe0c1

22 files changed

+42
-0
lines changed

contrib/pg_upgrade/IMPLEMENTATION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
$PostgreSQL: pgsql/contrib/pg_upgrade/IMPLEMENTATION,v 1.3 2010/07/03 14:23:13 momjian Exp $
2+
13
------------------------------------------------------------------------------
24
PG_UPGRADE: IN-PLACE UPGRADES FOR POSTGRESQL
35
------------------------------------------------------------------------------

contrib/pg_upgrade/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#
22
# Makefile for pg_upgrade
33
#
4+
# $PostgreSQL: pgsql/contrib/pg_upgrade/Makefile,v 1.4 2010/07/03 14:23:13 momjian Exp $
45

56
PGFILEDESC = "pg_upgrade - an in-place binary upgrade utility"
67
PGAPPICON = win32

contrib/pg_upgrade/TESTING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
$PostgreSQL: pgsql/contrib/pg_upgrade/TESTING,v 1.2 2010/07/03 14:23:13 momjian Exp $
2+
13
The most effective way to test pg_upgrade, aside from testing on user
24
data, is by upgrading the PostgreSQL regression database.
35

contrib/pg_upgrade/check.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* check.c
33
*
44
* server checks and output routines
5+
*
6+
* $PostgreSQL: pgsql/contrib/pg_upgrade/check.c,v 1.8 2010/07/03 14:23:13 momjian Exp $
57
*/
68

79
#include "pg_upgrade.h"

contrib/pg_upgrade/controldata.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* controldata.c
33
*
44
* controldata functions
5+
*
6+
* $PostgreSQL: pgsql/contrib/pg_upgrade/controldata.c,v 1.6 2010/07/03 14:23:13 momjian Exp $
57
*/
68

79
#include "pg_upgrade.h"

contrib/pg_upgrade/dump.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* dump.c
33
*
44
* dump functions
5+
*
6+
* $PostgreSQL: pgsql/contrib/pg_upgrade/dump.c,v 1.4 2010/07/03 14:23:13 momjian Exp $
57
*/
68

79
#include "pg_upgrade.h"

contrib/pg_upgrade/exec.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* exec.c
33
*
44
* execution functions
5+
*
6+
* $PostgreSQL: pgsql/contrib/pg_upgrade/exec.c,v 1.5 2010/07/03 14:23:13 momjian Exp $
57
*/
68

79
#include "pg_upgrade.h"

contrib/pg_upgrade/file.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* file.c
33
*
44
* file system operations
5+
*
6+
* $PostgreSQL: pgsql/contrib/pg_upgrade/file.c,v 1.10 2010/07/03 14:23:13 momjian Exp $
57
*/
68

79
#include "pg_upgrade.h"

contrib/pg_upgrade/function.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* function.c
33
*
44
* server-side function support
5+
*
6+
* $PostgreSQL: pgsql/contrib/pg_upgrade/function.c,v 1.4 2010/07/03 14:23:13 momjian Exp $
57
*/
68

79
#include "pg_upgrade.h"

contrib/pg_upgrade/info.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* info.c
33
*
44
* information support functions
5+
*
6+
* $PostgreSQL: pgsql/contrib/pg_upgrade/info.c,v 1.8 2010/07/03 14:23:13 momjian Exp $
57
*/
68

79
#include "pg_upgrade.h"

0 commit comments

Comments
 (0)