summaryrefslogtreecommitdiff
path: root/databases/postgresql/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql/patches/patch-ab')
-rw-r--r--databases/postgresql/patches/patch-ab10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/postgresql/patches/patch-ab b/databases/postgresql/patches/patch-ab
new file mode 100644
index 00000000000..bbb6c6edc66
--- /dev/null
+++ b/databases/postgresql/patches/patch-ab
@@ -0,0 +1,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