summarylogtreecommitdiffstats
path: root/postgresql-run-socket.patch
diff options
context:
space:
mode:
authorbanzay2018-10-30 01:50:48 +0300
committerbanzay2018-10-30 01:50:48 +0300
commit833fdb42b200341e9cab75d6170bf4ddf928d13a (patch)
treefb972ceeb4491a8368c91f010623b69576db05e9 /postgresql-run-socket.patch
parentf002a0e2dfb2ec7bcd992440b47dc1af1d2f832e (diff)
downloadaur-833fdb42b200341e9cab75d6170bf4ddf928d13a.tar.gz
Update to 10.3
Diffstat (limited to 'postgresql-run-socket.patch')
-rw-r--r--postgresql-run-socket.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/postgresql-run-socket.patch b/postgresql-run-socket.patch
new file mode 100644
index 000000000000..b558c7b74961
--- /dev/null
+++ b/postgresql-run-socket.patch
@@ -0,0 +1,12 @@
+diff -Naur postgresql-9.2.0.sockets/src/include/pg_config_manual.h postgresql-9.2.0/src/include/pg_config_manual.h
+--- postgresql-9.2.0.sockets/src/include/pg_config_manual.h 2012-09-06 17:26:17.000000000 -0400
++++ postgresql-9.2.0/src/include/pg_config_manual.h 2012-09-06 18:13:18.183092471 -0400
+@@ -144,7 +144,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 "/run/postgresql"
+
+ /*
+ * The random() function is expected to yield values between 0 and