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

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

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 25117b0..3d43225 100644
--- a/base.patch
+++ b/base.patch
@@ -125,7 +125,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 2cbec0b..a9e7ce9 100644
--- a/server.patch
+++ b/server.patch
@@ -153,7 +153,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.1 commit in: /
@ 2013-02-08 16:20 Aaron Swenson
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Swenson @ 2013-02-08 16:20 UTC (permalink / raw
  To: gentoo-commits

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

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 3d43225..5235890 100644
--- a/base.patch
+++ b/base.patch
@@ -125,7 +125,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 a9e7ce9..1fc8dca 100644
--- a/server.patch
+++ b/server.patch
@@ -153,7 +153,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:20 UTC | newest]

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

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