From 09e125084af207a76bd456d13ced9f7a15caeb83 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 19 Aug 1998 23:48:23 +0000 Subject: Fix for vacuum introduced today. --- src/bin/initdb/initdb.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/bin/initdb') diff --git a/src/bin/initdb/initdb.sh b/src/bin/initdb/initdb.sh index f59c00d5eb2..f7a6536126c 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.47 1998/08/19 19:59:45 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.48 1998/08/19 23:48:23 momjian Exp $ # #------------------------------------------------------------------------- @@ -219,10 +219,10 @@ for PREREQ_FILE in $TEMPLATE $GLOBAL $PG_HBA_SAMPLE; do fi done -echo "$CMDNAME: using $TEMPLATE as input to create the template database." +[ "$debug" -ne 0 ] && echo "$CMDNAME: using $TEMPLATE as input to create the template database." if [ $template_only -eq 0 ]; then - echo "$CMDNAME: using $GLOBAL as input to create the global classes." - echo "$CMDNAME: using $PG_HBA_SAMPLE as the host-based authentication" \ + [ "$debug" -ne 0 ] && echo "$CMDNAME: using $GLOBAL as input to create the global classes." + [ "$debug" -ne 0 ] && echo "$CMDNAME: using $PG_HBA_SAMPLE as the host-based authentication" \ "control file." echo fi -- cgit v1.2.3