Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit469cf43

Browse files
committed
Remove extra vacuum, from Peter.
1 parent0882951 commit469cf43

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)

[8]ページ先頭

©2009-2025 Movatter.jp