public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/pgsql-patches:patches-8.4 commit in: /
@ 2011-12-01  2:31 Aaron Swenson
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Swenson @ 2011-12-01  2:31 UTC (permalink / raw
  To: gentoo-commits

commit:     ab2dc62ea4f42622ead3f37a3e0d418931280acc
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  1 02:31:20 2011 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Thu Dec  1 02:31:20 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/pgsql-patches.git;a=commit;h=ab2dc62e

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 3acefd3..d235f80 100644
--- a/base.patch
+++ b/base.patch
@@ -135,7 +135,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 4366c2b..901ff5f 100644
--- a/server.patch
+++ b/server.patch
@@ -167,7 +167,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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/pgsql-patches:patches-8.4 commit in: /
@ 2013-02-08 16:23 Aaron Swenson
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Swenson @ 2013-02-08 16:23 UTC (permalink / raw
  To: gentoo-commits

commit:     a1d26f6942fcd5701a15f91654f3688155931371
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  8 16:23:26 2013 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Fri Feb  8 16:23:26 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/pgsql-patches.git;a=commit;h=a1d26f69

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 d235f80..f148635 100644
--- a/base.patch
+++ b/base.patch
@@ -135,7 +135,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 901ff5f..1db3051 100644
--- a/server.patch
+++ b/server.patch
@@ -167,7 +167,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-02-08 16:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-01  2:31 [gentoo-commits] proj/pgsql-patches:patches-8.4 commit in: / Aaron Swenson
  -- strict thread matches above, loose matches on Subject: below --
2013-02-08 16:23 Aaron Swenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox