about summary refs log tree commit diff
path: root/pkgs/servers/sql/postgresql/patches/socketdir-in-run-13+.patch
blob: fd808b6098249f7bce98c7d65b3f15b3e6644aa8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/include/pg_config_manual.h
+++ b/src/include/pg_config_manual.h
@@ -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