blob: 7273152b1f67bcd452b82cf8e197606b8d997123 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/test/regress/pg_regress.sh~ Wed Nov 13 17:40:29 2002
+++ src/test/regress/pg_regress.sh Sat Jan 8 05:31:17 2005
@@ -348,6 +348,9 @@
(exit 2); exit
fi
+ # make rest of this script happy
+ echo "syslog = 0" >> $PGDATA/postgresql.conf
+ echo "silent_mode = false" >> $PGDATA/postgresql.conf
# ----------
# Start postmaster
|