mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
Cleanup for DEBUG: removal in initdb.sh.
This commit is contained in:
parent
6fafb4d370
commit
f56b4f1d59
@ -26,7 +26,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# 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
|
if [ $debug -eq 0 ]; then
|
||||||
echo "vacuuming template1"
|
echo "vacuuming template1"
|
||||||
echo "vacuum" | postgres -F -Q -D$PGDATA template1 2>&1 > /dev/null |\
|
echo "vacuum" | postgres -F -Q -D$PGDATA template1 2>&1 > /dev/null |\
|
||||||
grep -v "^DEBUG"
|
grep -v "^DEBUG:"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user