From bf6992b499c8d8b36d3625b8e50867a6ba0cdcd6 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 9 Jan 2002 16:08:54 +0000 Subject: [PATCH] Remove clog copy. --- src/bin/pg_dump/pg_upgrade | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/bin/pg_dump/pg_upgrade b/src/bin/pg_dump/pg_upgrade index 45cb1486b1..ab1669c00c 100755 --- a/src/bin/pg_dump/pg_upgrade +++ b/src/bin/pg_dump/pg_upgrade @@ -3,7 +3,7 @@ # pg_upgrade: update a database without needing a full dump/reload cycle. # CAUTION: read the manual page before trying to use this! -# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/pg_upgrade,v 1.18 2002/01/09 16:00:46 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/pg_upgrade,v 1.19 2002/01/09 16:08:54 momjian Exp $ # # NOTE: we must be sure to update the version-checking code a few dozen lines # below for each new PostgreSQL release. @@ -229,9 +229,6 @@ do fi done -rm -r data/pg_clog -mv -f $OLDDIR/pg_clog data - echo "You must stop/start the postmaster before doing anything else." echo "You may remove the $OLDDIR directory with 'rm -r $OLDDIR'." -- 2.40.0