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

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

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 45ecda3..491698b 100644
--- a/base.patch
+++ b/base.patch
@@ -120,7 +120,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 2c8cc6a..11cb2cb 100644
--- a/server.patch
+++ b/server.patch
@@ -141,7 +141,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-9.0 commit in: /
@ 2013-02-08 16:21 Aaron Swenson
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Swenson @ 2013-02-08 16:21 UTC (permalink / raw
  To: gentoo-commits

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

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 491698b..370f868 100644
--- a/base.patch
+++ b/base.patch
@@ -120,7 +120,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 11cb2cb..c81e4bf 100644
--- a/server.patch
+++ b/server.patch
@@ -141,7 +141,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:21 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:34 [gentoo-commits] proj/pgsql-patches:patches-9.0 commit in: / Aaron Swenson
  -- strict thread matches above, loose matches on Subject: below --
2013-02-08 16:21 Aaron Swenson

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