--- src/include/pg_config.h.in	Sun Apr 15 02:55:02 2001
+++ src/include/pg_config.h.in	Sat Jun  2 04:28:47 2001
@@ -265,7 +265,7 @@
  * just hate the idea of sockets in /tmp, 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  "/var/run"
 
 
 /*