summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/postgresql-base/files/postgresql-8.2-base.patch')
-rw-r--r--dev-db/postgresql-base/files/postgresql-8.2-base.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-db/postgresql-base/files/postgresql-8.2-base.patch b/dev-db/postgresql-base/files/postgresql-8.2-base.patch
index 3513069..a4881ed 100644
--- a/dev-db/postgresql-base/files/postgresql-8.2-base.patch
+++ b/dev-db/postgresql-base/files/postgresql-8.2-base.patch
@@ -122,3 +122,16 @@
ifeq ($(PORTNAME), win32)
DIRS+=pgevent
endif
+=== src/include/pg_config_manual.h
+==================================================================
+--- src/include/pg_config_manual.h (revision 10)
++++ src/include/pg_config_manual.h (local)
+@@ -175,7 +175,7 @@
+ * here's where to twiddle it. You can also override this at runtime
+ * with the postmaster's -k switch.
+ */
+-#define DEFAULT_PGSOCKET_DIR "/tmp"
++#define DEFAULT_PGSOCKET_DIR "/var/run/postgresql"
+
+ /*
+ * The random() function is expected to yield values between 0 and