diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2013-02-08 16:14:59 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2013-02-08 16:14:59 +0000 |
commit | 8ffa99014df2987a45cc9bd43d54583cc9f00475 (patch) | |
tree | 6dd5410c2f5c4667f09ace39316c9056643ab5b9 | |
parent | Fixed regress patch by regressing. (diff) | |
download | patches-9.2.tar.gz patches-9.2.tar.bz2 patches-9.2.zip |
Default to /run/postgresql.patches-9.2
-rw-r--r-- | base.patch | 2 | ||||
-rw-r--r-- | server.patch | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -127,7 +127,7 @@ diff -Naur a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h * with the postmaster's -k switch. */ -#define DEFAULT_PGSOCKET_DIR "/tmp" -+#define DEFAULT_PGSOCKET_DIR "@GENTOO_PORTAGE_EPREFIX@@RUNDIR@/run/postgresql" ++#define DEFAULT_PGSOCKET_DIR "@GENTOO_PORTAGE_EPREFIX@/run/postgresql" /* * The random() function is expected to yield values between 0 and diff --git a/server.patch b/server.patch index 05f06b2..369e24a 100644 --- a/server.patch +++ b/server.patch @@ -147,7 +147,7 @@ diff -Naur a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h * with the postmaster's -k switch. */ -#define DEFAULT_PGSOCKET_DIR "/tmp" -+#define DEFAULT_PGSOCKET_DIR "@GENTOO_PORTAGE_EPREFIX@@RUNDIR@/run/postgresql" ++#define DEFAULT_PGSOCKET_DIR "@GENTOO_PORTAGE_EPREFIX@/run/postgresql" /* * The random() function is expected to yield values between 0 and |