11b1f7d292
most of major bugs cleaned, some of the smaller ones. openbsd profile sent to the patches mailist.
11 lines
369 B
Plaintext
11 lines
369 B
Plaintext
--- bin/initdb/initdb.sh.orig Wed Apr 2 07:09:13 1997
|
|
+++ bin/initdb/initdb.sh Wed Apr 2 07:09:33 1997
|
|
@@ -344,6 +344,5 @@
|
|
|
|
if [ $debug -eq 0 ]; then
|
|
echo "vacuuming template1"
|
|
- echo "vacuum" | postgres -F -Q -D$PGDATA template1 2>&1 > /dev/null |\
|
|
- grep -v "^DEBUG:"
|
|
+ echo "vacuum" | postgres -o /dev/null -F -Q -D$PGDATA template1 > /dev/null
|
|
fi
|