Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bf6992b

Browse files
committed
Remove clog copy.
1 parent 7dc2dc2 commit bf6992b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/bin/pg_dump/pg_upgrade

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# pg_upgrade: update a database without needing a full dump/reload cycle.
44
# CAUTION: read the manual page before trying to use this!
55

6-
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/pg_upgrade,v 1.18 2002/01/09 16:00:46 momjian Exp $
6+
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/pg_upgrade,v 1.19 2002/01/09 16:08:54 momjian Exp $
77
#
88
# NOTE: we must be sure to update the version-checking code a few dozen lines
99
# below for each new PostgreSQL release.
@@ -229,9 +229,6 @@ do
229229
fi
230230
done
231231

232-
rm -r data/pg_clog
233-
mv -f $OLDDIR/pg_clog data
234-
235232
echo "You must stop/start the postmaster before doing anything else."
236233
echo "You may remove the $OLDDIR directory with 'rm -r $OLDDIR'."
237234

0 commit comments

Comments
 (0)