From: Bruce Momjian Date: Wed, 9 Jan 2002 16:08:54 +0000 (+0000) Subject: Remove clog copy. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=b0de04142f77795374f7705754ef6e495e93e2ff;p=users%2Fbernd%2Fpostgres.git Remove clog copy. --- diff --git a/src/bin/pg_dump/pg_upgrade b/src/bin/pg_dump/pg_upgrade index d072818f31..27e517bb08 100755 --- a/src/bin/pg_dump/pg_upgrade +++ b/src/bin/pg_dump/pg_upgrade @@ -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'."