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 3a646df commit 6fafb4dCopy full SHA for 6fafb4d
src/bin/initdb/initdb.sh
@@ -26,7 +26,7 @@
26
#
27
28
# IDENTIFICATION
29
-# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.21 1997/01/10 17:39:40 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.22 1997/01/14 03:02:06 momjian Exp $
30
31
#-------------------------------------------------------------------------
32
@@ -344,6 +344,6 @@ echo
344
345
if [ $debug -eq 0 ]; then
346
echo "vacuuming template1"
347
-
348
- echo "vacuum" | postgres -F -Q -D$PGDATA template1 > /dev/null
+ echo "vacuum" | postgres -F -Q -D$PGDATA template1 2>&1 > /dev/null |\
+ grep -v "^DEBUG"
349
fi
0 commit comments