We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012288d commit 5b69f69Copy full SHA for 5b69f69
src/bin/initdb/initdb.sh
@@ -27,7 +27,7 @@
27
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
28
# Portions Copyright (c) 1994, Regents of the University of California
29
#
30
-# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.172 2002/09/03 22:17:35 tgl Exp $
+# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.173 2002/09/05 19:56:57 tgl Exp $
31
32
#-------------------------------------------------------------------------
33
@@ -1042,6 +1042,7 @@ echo "ok"
1042
$ECHO_N "vacuuming database template1... "$ECHO_C
1043
1044
"$PGPATH"/postgres $PGSQL_OPT template1 >/dev/null <<EOF
1045
+ANALYZE;
1046
VACUUM FULL FREEZE;
1047
EOF
1048
if [ "$?" -ne 0 ]; then
0 commit comments