summarylogtreecommitdiffstats
path: root/postgresql-run-socket.patch
blob: 22eac302922a35eb841f007faa2d680cab4fe67b (plain)
1
2
3
4
5
6
7
8
9
10
11
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
@@ -203,7 +203,7 @@
 #ifndef WIN32
 #define DEFAULT_PGSOCKET_DIR  "/tmp"
 #else
-#define DEFAULT_PGSOCKET_DIR ""
+#define DEFAULT_PGSOCKET_DIR "/run/postgresql"
 #endif
 
 /*