From f56b4f1d59d1c3c68f614ccc85d082ba7f7a88f0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 14 Jan 1997 03:07:15 +0000 Subject: [PATCH] Cleanup for DEBUG: removal in initdb.sh. --- src/bin/initdb/initdb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/initdb/initdb.sh b/src/bin/initdb/initdb.sh index fb07c2cdff..c23c40c8e4 100644 --- a/src/bin/initdb/initdb.sh +++ b/src/bin/initdb/initdb.sh @@ -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 -- 2.40.0