summarylogtreecommitdiffstats
path: root/postgresql-run-socket.patch
blob: 67680d65f1b2e836da6e96ad364003e2ef3f37f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/include/pg_config_manual.h	2020-05-24 07:26:31.931113200 -0400
+++ src/include/pg_config_manual.h.orig	2020-05-24 07:17:33.409105276 -0400
@@ -201,7 +201,7 @@
  * support them yet.
  */
 #ifndef WIN32
-#define DEFAULT_PGSOCKET_DIR  "/tmp"
+#define DEFAULT_PGSOCKET_DIR  "/run/postgresql"
 #else
 #define DEFAULT_PGSOCKET_DIR ""
 #endif