summaryrefslogtreecommitdiff
path: root/databases/postgresql/patches/patch-ab
blob: bbb6c6edc662ef25024cb017e0e1ad13fa8e2b3b (plain)
1
2
3
4
5
6
7
8
9
10
--- 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