summarylogtreecommitdiffstats
path: root/postgresql-run-socket.patch
blob: bc05c849d0c537e134a94c678faffd91e9823b47 (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 8a6e67a445..d2d86518ee 100644
--- a/src/include/pg_config_manual.h
+++ b/src/include/pg_config_manual.h
@@ -206,7 +206,7 @@
  * support them yet.
  */
 #ifndef WIN32
-#define DEFAULT_PGSOCKET_DIR  "/tmp"
+#define DEFAULT_PGSOCKET_DIR  "/run/postgresql"
 #else
 #define DEFAULT_PGSOCKET_DIR ""
 #endif