summarylogtreecommitdiffstats
path: root/postgresql-run-socket.patch
blob: 4be1e31e00319cf5c34db9cc2d45622ff73b0e22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h
index 96885bb..8cee64e 100644
--- a/src/include/pg_config_manual.h
+++ b/src/include/pg_config_manual.h
@@ -182,7 +182,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"
 
 /*
  * This is the default event source for Windows event log.