Skip to content

Commit 469cf43

Browse files
committed
Remove extra vacuum, from Peter.
1 parent 0882951 commit 469cf43

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/bin/initdb/initdb.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#
2727
#
2828
# IDENTIFICATION
29-
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.62 1999/11/21 04:16:15 tgl Exp $
29+
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.63 1999/12/09 04:36:57 momjian Exp $
3030
#
3131
#-------------------------------------------------------------------------
3232

@@ -412,10 +412,6 @@ echo
412412

413413
PGSQL_OPT="-o /dev/null -O -F -Q -D$PGDATA"
414414

415-
# If the COPY is first, the VACUUM generates an error, so we vacuum first
416-
echo "Vacuuming template1"
417-
echo "vacuum" | postgres $PGSQL_OPT template1 > /dev/null
418-
419415
# Create the initial pg_pwd (flat-file copy of pg_shadow)
420416
echo "COPY pg_shadow TO '$PGDATA/pg_pwd' USING DELIMITERS '\\t'" | \
421417
postgres $PGSQL_OPT template1 > /dev/null

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy