]> granicus.if.org Git - postgresql/commitdiff
Cleanup for DEBUG: removal in initdb.sh.
authorBruce Momjian <bruce@momjian.us>
Tue, 14 Jan 1997 03:07:15 +0000 (03:07 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 14 Jan 1997 03:07:15 +0000 (03:07 +0000)
src/bin/initdb/initdb.sh

index fb07c2cdff40cfcf743ca9a946a71088cb51c517..c23c40c8e48f72b9becfcb3d2f66effe87aa7821 100644 (file)
@@ -26,7 +26,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.22 1997/01/14 03:02:06 momjian Exp $
+#    $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.23 1997/01/14 03:07:15 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -345,5 +345,5 @@ echo
 if [ $debug -eq 0 ]; then
     echo "vacuuming template1"
     echo "vacuum" | postgres -F -Q -D$PGDATA template1 2>&1 > /dev/null |\
-        grep -v "^DEBUG"
+        grep -v "^DEBUG:"
 fi