* [gentoo-commits] proj/pgsql-patches:patches-8.3 commit in: /
@ 2011-12-01 2:28 Aaron Swenson
0 siblings, 0 replies; 2+ messages in thread
From: Aaron Swenson @ 2011-12-01 2:28 UTC (permalink / raw
To: gentoo-commits
commit: d5b3c966fe47ac6df04ee1da5c8a5df87d33824a
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 1 02:28:26 2011 +0000
Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Thu Dec 1 02:28:26 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pgsql-patches.git;a=commit;h=d5b3c966
Socket directory can be /run or /var/run now.
---
base.patch | 2 +-
server.patch | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/base.patch b/base.patch
index 0fb8408..7be62b5 100644
--- a/base.patch
+++ b/base.patch
@@ -131,7 +131,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@/var/run/postgresql"
++#define DEFAULT_PGSOCKET_DIR "@GENTOO_PORTAGE_EPREFIX@@RUNDIR@/run/postgresql"
/*
* The random() function is expected to yield values between 0 and
diff --git a/server.patch b/server.patch
index 5d58aff..24b0ac4 100644
--- a/server.patch
+++ b/server.patch
@@ -123,7 +123,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 "/var/run/postgresql"
++#define DEFAULT_PGSOCKET_DIR "@GENTOO_PORTAGE_EPREFIX@@RUNDIR@/run/postgresql"
/*
* The random() function is expected to yield values between 0 and
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/pgsql-patches:patches-8.3 commit in: /
@ 2013-03-09 15:01 Aaron Swenson
0 siblings, 0 replies; 2+ messages in thread
From: Aaron Swenson @ 2013-03-09 15:01 UTC (permalink / raw
To: gentoo-commits
commit: 3eff8e13a41b2efa8a42a71ea012ac334bc2272f
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 8 16:25:27 2013 +0000
Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Fri Feb 8 16:25:27 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pgsql-patches.git;a=commit;h=3eff8e13
Default to /run/postgresql
---
base.patch | 2 +-
server.patch | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/base.patch b/base.patch
index 7be62b5..635dd61 100644
--- a/base.patch
+++ b/base.patch
@@ -131,7 +131,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 24b0ac4..7c6393f 100644
--- a/server.patch
+++ b/server.patch
@@ -123,7 +123,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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-09 15:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-09 15:01 [gentoo-commits] proj/pgsql-patches:patches-8.3 commit in: / Aaron Swenson
-- strict thread matches above, loose matches on Subject: below --
2011-12-01 2:28 Aaron Swenson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox