* [gentoo-commits] proj/pgsql-patches:patches-9.3 commit in: /
@ 2013-06-09 1:36 Aaron Swenson
0 siblings, 0 replies; 5+ messages in thread
From: Aaron Swenson @ 2013-06-09 1:36 UTC (permalink / raw
To: gentoo-commits
commit: a48742a95886610a1799cf69cc333ea30df08ca6
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 9 01:32:46 2013 +0000
Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Sun Jun 9 01:32:46 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pgsql-patches.git;a=commit;h=a48742a9
Update for 9.3
---
autoconf.patch | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/autoconf.patch b/autoconf.patch
index 1a0d62c..0fc74c7 100644
--- a/autoconf.patch
+++ b/autoconf.patch
@@ -1,14 +1,14 @@
diff -Naur a/configure.in b/configure.in
---- a/configure.in 2012-05-10 18:35:09.000000000 -0400
-+++ b/configure.in 2012-05-16 10:08:26.709844367 -0400
+--- a/configure.in 2013-05-06 20:57:06.000000000 +0000
++++ b/configure.in 2013-06-09 01:29:36.637888301 +0000
@@ -19,10 +19,6 @@
- AC_INIT([PostgreSQL], [9.2beta1], [pgsql-bugs@postgresql.org])
+ AC_INIT([PostgreSQL], [9.3beta1], [pgsql-bugs@postgresql.org])
-m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf version 2.63 is required.
-Untested combinations of 'autoconf' and PostgreSQL versions are not
-recommended. You can remove the check from 'configure.in' but it is then
-your responsibility whether the result works or not.])])
- AC_COPYRIGHT([Copyright (c) 1996-2012, PostgreSQL Global Development Group])
+ AC_COPYRIGHT([Copyright (c) 1996-2013, PostgreSQL Global Development Group])
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
AC_CONFIG_AUX_DIR(config)
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/pgsql-patches:patches-9.3 commit in: /
@ 2013-06-09 1:58 Aaron Swenson
0 siblings, 0 replies; 5+ messages in thread
From: Aaron Swenson @ 2013-06-09 1:58 UTC (permalink / raw
To: gentoo-commits
commit: 3817ec9e3cf3566ece28a1213fd7b226c31fe28d
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 9 01:57:45 2013 +0000
Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Sun Jun 9 01:57:45 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pgsql-patches.git;a=commit;h=3817ec9e
Update for 9.3
---
base.patch | 41 +++++++++++++++++++++++------------------
1 file changed, 23 insertions(+), 18 deletions(-)
diff --git a/base.patch b/base.patch
index 20afa59..0a43d26 100644
--- a/base.patch
+++ b/base.patch
@@ -1,7 +1,7 @@
diff -Naur a/contrib/Makefile b/contrib/Makefile
---- a/contrib/Makefile 2012-05-10 18:35:09.000000000 -0400
-+++ b/contrib/Makefile 2012-05-20 09:33:47.892622992 -0400
-@@ -5,58 +5,10 @@
+--- a/contrib/Makefile 2013-05-06 20:57:06.000000000 +0000
++++ b/contrib/Makefile 2013-06-09 01:48:22.351874929 +0000
+@@ -5,61 +5,10 @@
include $(top_builddir)/src/Makefile.global
SUBDIRS = \
@@ -43,6 +43,8 @@ diff -Naur a/contrib/Makefile b/contrib/Makefile
- pgcrypto \
- pgrowlocks \
- pgstattuple \
+- pg_xlogdump \
+- postgres_fdw \
- seg \
- spi \
- tablefunc \
@@ -50,7 +52,9 @@ diff -Naur a/contrib/Makefile b/contrib/Makefile
- test_parser \
- tsearch2 \
- unaccent \
- vacuumlo
+- vacuumlo \
+- worker_spi
++ vacuumlo
-ifeq ($(with_openssl),yes)
-SUBDIRS += sslinfo
@@ -61,9 +65,9 @@ diff -Naur a/contrib/Makefile b/contrib/Makefile
ifeq ($(with_ossp_uuid),yes)
SUBDIRS += uuid-ossp
diff -Naur a/src/backend/Makefile b/src/backend/Makefile
---- a/src/backend/Makefile 2012-05-10 18:35:09.000000000 -0400
-+++ b/src/backend/Makefile 2012-05-20 09:36:24.446654842 -0400
-@@ -45,7 +45,7 @@
+--- a/src/backend/Makefile 2013-05-06 20:57:06.000000000 +0000
++++ b/src/backend/Makefile 2013-06-09 01:50:19.655864258 +0000
+@@ -47,7 +47,7 @@
##########################################################################
@@ -72,7 +76,7 @@ diff -Naur a/src/backend/Makefile b/src/backend/Makefile
ifneq ($(PORTNAME), cygwin)
ifneq ($(PORTNAME), win32)
-@@ -114,7 +114,7 @@
+@@ -116,7 +116,7 @@
endif # aix
# Update the commonly used headers before building the subdirectories
@@ -81,7 +85,7 @@ diff -Naur a/src/backend/Makefile b/src/backend/Makefile
# run this unconditionally to avoid needing to know its dependencies here:
submake-schemapg:
-@@ -207,23 +207,7 @@
+@@ -209,23 +209,8 @@
##########################################################################
@@ -103,12 +107,13 @@ diff -Naur a/src/backend/Makefile b/src/backend/Makefile
- $(INSTALL_DATA) $(srcdir)/utils/misc/postgresql.conf.sample '$(DESTDIR)$(datadir)/postgresql.conf.sample'
- $(INSTALL_DATA) $(srcdir)/access/transam/recovery.conf.sample '$(DESTDIR)$(datadir)/recovery.conf.sample'
+install:
++
install-bin: postgres $(POSTGRES_IMP) installdirs
$(INSTALL_PROGRAM) postgres$(X) '$(DESTDIR)$(bindir)/postgres$(X)'
diff -Naur a/src/bin/Makefile b/src/bin/Makefile
---- a/src/bin/Makefile 2012-05-10 18:35:09.000000000 -0400
-+++ b/src/bin/Makefile 2012-05-20 09:41:18.489958216 -0400
+--- a/src/bin/Makefile 2013-05-06 20:57:06.000000000 +0000
++++ b/src/bin/Makefile 2013-06-09 01:51:56.143824442 +0000
@@ -13,8 +13,7 @@
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
@@ -120,23 +125,23 @@ diff -Naur a/src/bin/Makefile b/src/bin/Makefile
ifeq ($(PORTNAME), win32)
SUBDIRS += pgevent
diff -Naur a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h
---- a/src/include/pg_config_manual.h 2012-05-10 18:35:09.000000000 -0400
-+++ b/src/include/pg_config_manual.h 2012-05-20 09:38:48.325846035 -0400
+--- a/src/include/pg_config_manual.h 2013-05-06 20:57:06.000000000 +0000
++++ b/src/include/pg_config_manual.h 2013-06-09 01:53:27.019761951 +0000
@@ -144,7 +144,7 @@
* here's where to twiddle it. You can also override this at runtime
* 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 -Naur a/src/Makefile b/src/Makefile
---- a/src/Makefile 2012-05-10 18:35:09.000000000 -0400
-+++ b/src/Makefile 2012-05-20 09:40:13.532774840 -0400
-@@ -14,17 +14,11 @@
-
+--- a/src/Makefile 2013-05-06 20:57:06.000000000 +0000
++++ b/src/Makefile 2013-06-09 01:54:30.479704228 +0000
+@@ -15,17 +15,11 @@
SUBDIRS = \
+ common \
port \
- timezone \
backend \
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/pgsql-patches:patches-9.3 commit in: /
@ 2013-06-09 2:30 Aaron Swenson
0 siblings, 0 replies; 5+ messages in thread
From: Aaron Swenson @ 2013-06-09 2:30 UTC (permalink / raw
To: gentoo-commits
commit: 7034f18db9e85a1c321ba4ae094ef0a79a25a1bd
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 9 02:29:49 2013 +0000
Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Sun Jun 9 02:29:49 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pgsql-patches.git;a=commit;h=7034f18d
Update for 9.3.
---
server.patch | 81 +++++++++++++++++++++++++++++++++---------------------------
1 file changed, 44 insertions(+), 37 deletions(-)
diff --git a/server.patch b/server.patch
index 05f06b2..c295c53 100644
--- a/server.patch
+++ b/server.patch
@@ -1,6 +1,6 @@
diff -Naur a/contrib/adminpack/Makefile b/contrib/adminpack/Makefile
---- a/contrib/adminpack/Makefile 2012-05-10 18:35:09.000000000 -0400
-+++ b/contrib/adminpack/Makefile 2012-05-20 10:02:56.705637432 -0400
+--- a/contrib/adminpack/Makefile 2013-05-06 20:57:06.000000000 +0000
++++ b/contrib/adminpack/Makefile 2013-06-09 02:13:20.036927349 +0000
@@ -2,7 +2,7 @@
MODULE_big = adminpack
@@ -11,8 +11,8 @@ diff -Naur a/contrib/adminpack/Makefile b/contrib/adminpack/Makefile
EXTENSION = adminpack
DATA = adminpack--1.0.sql
diff -Naur a/contrib/dblink/Makefile b/contrib/dblink/Makefile
---- a/contrib/dblink/Makefile 2012-05-10 18:35:09.000000000 -0400
-+++ b/contrib/dblink/Makefile 2012-05-20 10:03:36.338139189 -0400
+--- a/contrib/dblink/Makefile 2013-05-06 20:57:06.000000000 +0000
++++ b/contrib/dblink/Makefile 2013-06-09 02:13:55.792790503 +0000
@@ -2,7 +2,7 @@
MODULE_big = dblink
@@ -23,8 +23,8 @@ diff -Naur a/contrib/dblink/Makefile b/contrib/dblink/Makefile
SHLIB_PREREQS = submake-libpq
diff -Naur a/contrib/Makefile b/contrib/Makefile
---- a/contrib/Makefile 2012-05-10 18:35:09.000000000 -0400
-+++ b/contrib/Makefile 2012-05-20 10:05:21.330819252 -0400
+--- a/contrib/Makefile 2013-05-06 20:57:06.000000000 +0000
++++ b/contrib/Makefile 2013-06-09 02:14:58.328544645 +0000
@@ -26,7 +26,6 @@
isn \
lo \
@@ -41,19 +41,17 @@ diff -Naur a/contrib/Makefile b/contrib/Makefile
pgcrypto \
pgrowlocks \
pgstattuple \
-@@ -49,8 +47,7 @@
- tcn \
+@@ -52,7 +50,6 @@
test_parser \
tsearch2 \
-- unaccent \
-- vacuumlo
-+ unaccent
+ unaccent \
+- vacuumlo \
+ worker_spi
ifeq ($(with_openssl),yes)
- SUBDIRS += sslinfo
diff -Naur a/contrib/uuid-ossp/Makefile b/contrib/uuid-ossp/Makefile
---- a/contrib/uuid-ossp/Makefile 2012-05-10 18:35:09.000000000 -0400
-+++ b/contrib/uuid-ossp/Makefile 2012-05-20 10:06:57.251613365 -0400
+--- a/contrib/uuid-ossp/Makefile 2013-05-06 20:57:06.000000000 +0000
++++ b/contrib/uuid-ossp/Makefile 2013-06-09 02:16:11.512246537 +0000
@@ -6,7 +6,7 @@
EXTENSION = uuid-ossp
DATA = uuid-ossp--1.0.sql uuid-ossp--unpackaged--1.0.sql
@@ -64,8 +62,8 @@ diff -Naur a/contrib/uuid-ossp/Makefile b/contrib/uuid-ossp/Makefile
ifdef USE_PGXS
PG_CONFIG = pg_config
diff -Naur a/contrib/xml2/Makefile b/contrib/xml2/Makefile
---- a/contrib/xml2/Makefile 2012-05-10 18:35:09.000000000 -0400
-+++ b/contrib/xml2/Makefile 2012-05-20 10:07:40.202073404 -0400
+--- a/contrib/xml2/Makefile 2013-05-06 20:57:06.000000000 +0000
++++ b/contrib/xml2/Makefile 2013-06-09 02:18:40.363606425 +0000
@@ -8,7 +8,8 @@
REGRESS = xml2
@@ -77,8 +75,8 @@ diff -Naur a/contrib/xml2/Makefile b/contrib/xml2/Makefile
ifdef USE_PGXS
PG_CONFIG = pg_config
diff -Naur a/GNUmakefile.in b/GNUmakefile.in
---- a/GNUmakefile.in 2012-05-10 18:35:09.000000000 -0400
-+++ b/GNUmakefile.in 2012-05-20 10:09:31.035680036 -0400
+--- a/GNUmakefile.in 2013-05-06 20:57:06.000000000 +0000
++++ b/GNUmakefile.in 2013-06-09 02:20:34.063087792 +0000
@@ -8,7 +8,7 @@
top_builddir = .
include $(top_builddir)/src/Makefile.global
@@ -109,14 +107,14 @@ diff -Naur a/GNUmakefile.in b/GNUmakefile.in
# build src/ before contrib/
install-world-contrib-recurse: install-world-src-recurse
--$(call recurse,installdirs uninstall coverage,doc src config)
-+$(call recurse,installdirs uninstall coverage,doc src)
+-$(call recurse,installdirs uninstall coverage init-po update-po,doc src config)
++$(call recurse,installdirs uninstall coverage init-po update-po,doc src)
$(call recurse,distprep,doc src config contrib)
diff -Naur a/src/bin/initdb/Makefile b/src/bin/initdb/Makefile
---- a/src/bin/initdb/Makefile 2012-05-10 18:35:09.000000000 -0400
-+++ b/src/bin/initdb/Makefile 2012-05-20 10:11:07.706464719 -0400
+--- a/src/bin/initdb/Makefile 2013-05-06 20:57:06.000000000 +0000
++++ b/src/bin/initdb/Makefile 2013-06-09 02:22:10.874626508 +0000
@@ -16,7 +16,7 @@
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
@@ -127,8 +125,8 @@ diff -Naur a/src/bin/initdb/Makefile b/src/bin/initdb/Makefile
# use system timezone data?
ifneq (,$(with_system_tzdata))
diff -Naur a/src/bin/Makefile b/src/bin/Makefile
---- a/src/bin/Makefile 2012-05-10 18:35:09.000000000 -0400
-+++ b/src/bin/Makefile 2012-05-20 10:12:05.619736652 -0400
+--- a/src/bin/Makefile 2013-05-06 20:57:06.000000000 +0000
++++ b/src/bin/Makefile 2013-06-09 02:22:52.978420360 +0000
@@ -13,8 +13,7 @@
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
@@ -140,21 +138,21 @@ diff -Naur a/src/bin/Makefile b/src/bin/Makefile
ifeq ($(PORTNAME), win32)
SUBDIRS += pgevent
diff -Naur a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h
---- a/src/include/pg_config_manual.h 2012-05-10 18:35:09.000000000 -0400
-+++ b/src/include/pg_config_manual.h 2012-05-20 10:13:33.358633625 -0400
+--- a/src/include/pg_config_manual.h 2013-05-06 20:57:06.000000000 +0000
++++ b/src/include/pg_config_manual.h 2013-06-09 02:24:08.790040861 +0000
@@ -144,7 +144,7 @@
* here's where to twiddle it. You can also override this at runtime
* 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 -Naur a/src/Makefile b/src/Makefile
---- a/src/Makefile 2012-05-10 18:35:09.000000000 -0400
-+++ b/src/Makefile 2012-05-20 10:15:28.923180781 -0400
-@@ -18,12 +18,9 @@
+--- a/src/Makefile 2013-05-06 20:57:06.000000000 +0000
++++ b/src/Makefile 2013-06-09 02:25:13.697707579 +0000
+@@ -19,12 +19,9 @@
backend \
backend/utils/mb/conversion_procs \
backend/snowball \
@@ -167,7 +165,7 @@ diff -Naur a/src/Makefile b/src/Makefile
test/regress
# There are too many interdependencies between the subdirectories, so
-@@ -32,7 +29,7 @@
+@@ -33,7 +30,7 @@
$(recurse)
@@ -177,9 +175,18 @@ diff -Naur a/src/Makefile b/src/Makefile
install-local: installdirs-local
$(INSTALL_DATA) Makefile.global '$(DESTDIR)$(pgxsdir)/$(subdir)/Makefile.global'
diff -Naur a/src/Makefile.global.in b/src/Makefile.global.in
---- a/src/Makefile.global.in 2012-05-10 18:35:09.000000000 -0400
-+++ b/src/Makefile.global.in 2012-05-20 10:16:23.701492126 -0400
-@@ -482,6 +482,7 @@
+--- a/src/Makefile.global.in 2013-05-06 20:57:06.000000000 +0000
++++ b/src/Makefile.global.in 2013-06-09 02:26:43.957231533 +0000
+@@ -434,7 +434,7 @@
+ CONTRIB_TESTDB = contrib_regression
+ ifneq ($(MODULE_big),)
+ CONTRIB_TESTDB_MODULE = contrib_regression_$(MODULE_big)
+-else
++else
+ ifneq ($(MODULES),)
+ CONTRIB_TESTDB_MODULE = contrib_regression_$(MODULES)
+ else
+@@ -492,6 +492,7 @@
LDFLAGS += $(PROFILE)
endif
@@ -188,9 +195,9 @@ diff -Naur a/src/Makefile.global.in b/src/Makefile.global.in
##########################################################################
#
diff -Naur a/src/port/Makefile b/src/port/Makefile
---- a/src/port/Makefile 2012-05-10 18:35:09.000000000 -0400
-+++ b/src/port/Makefile 2012-05-20 10:18:09.773158623 -0400
-@@ -37,11 +37,10 @@
+--- a/src/port/Makefile 2013-05-06 20:57:06.000000000 +0000
++++ b/src/port/Makefile 2013-06-09 02:27:29.520985747 +0000
+@@ -39,11 +39,10 @@
# foo_srv.o and foo.o are both built from foo.c, but only foo.o has -DFRONTEND
OBJS_SRV = $(OBJS:%.o=%_srv.o)
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/pgsql-patches:patches-9.3 commit in: /
@ 2013-07-02 11:47 Aaron Swenson
0 siblings, 0 replies; 5+ messages in thread
From: Aaron Swenson @ 2013-07-02 11:47 UTC (permalink / raw
To: gentoo-commits
commit: fd195d06aa313696e420de4ab669a77d13f9d1d4
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 2 11:47:07 2013 +0000
Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Tue Jul 2 11:47:07 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pgsql-patches.git;a=commit;h=fd195d06
Split out run directory patch.
---
base.patch | 12 ------------
run-dir.patch | 12 ++++++++++++
server.patch | 12 ------------
3 files changed, 12 insertions(+), 24 deletions(-)
diff --git a/base.patch b/base.patch
index 0a43d26..3ce90d6 100644
--- a/base.patch
+++ b/base.patch
@@ -124,18 +124,6 @@ diff -Naur a/src/bin/Makefile b/src/bin/Makefile
ifeq ($(PORTNAME), win32)
SUBDIRS += pgevent
-diff -Naur a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h
---- a/src/include/pg_config_manual.h 2013-05-06 20:57:06.000000000 +0000
-+++ b/src/include/pg_config_manual.h 2013-06-09 01:53:27.019761951 +0000
-@@ -144,7 +144,7 @@
- * here's where to twiddle it. You can also override this at runtime
- * with the postmaster's -k switch.
- */
--#define DEFAULT_PGSOCKET_DIR "/tmp"
-+#define DEFAULT_PGSOCKET_DIR "@GENTOO_PORTAGE_EPREFIX@/run/postgresql"
-
- /*
- * The random() function is expected to yield values between 0 and
diff -Naur a/src/Makefile b/src/Makefile
--- a/src/Makefile 2013-05-06 20:57:06.000000000 +0000
+++ b/src/Makefile 2013-06-09 01:54:30.479704228 +0000
diff --git a/run-dir.patch b/run-dir.patch
new file mode 100644
index 0000000..46acedb
--- /dev/null
+++ b/run-dir.patch
@@ -0,0 +1,12 @@
+diff -Naur a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h
+--- a/src/include/pg_config_manual.h 2013-05-06 20:57:06.000000000 +0000
++++ b/src/include/pg_config_manual.h 2013-06-09 01:53:27.019761951 +0000
+@@ -144,7 +144,7 @@
+ * here's where to twiddle it. You can also override this at runtime
+ * with the postmaster's -k switch.
+ */
+-#define DEFAULT_PGSOCKET_DIR "/tmp"
++#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 c295c53..26daf20 100644
--- a/server.patch
+++ b/server.patch
@@ -137,18 +137,6 @@ diff -Naur a/src/bin/Makefile b/src/bin/Makefile
ifeq ($(PORTNAME), win32)
SUBDIRS += pgevent
-diff -Naur a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h
---- a/src/include/pg_config_manual.h 2013-05-06 20:57:06.000000000 +0000
-+++ b/src/include/pg_config_manual.h 2013-06-09 02:24:08.790040861 +0000
-@@ -144,7 +144,7 @@
- * here's where to twiddle it. You can also override this at runtime
- * with the postmaster's -k switch.
- */
--#define DEFAULT_PGSOCKET_DIR "/tmp"
-+#define DEFAULT_PGSOCKET_DIR "@GENTOO_PORTAGE_EPREFIX@/run/postgresql"
-
- /*
- * The random() function is expected to yield values between 0 and
diff -Naur a/src/Makefile b/src/Makefile
--- a/src/Makefile 2013-05-06 20:57:06.000000000 +0000
+++ b/src/Makefile 2013-06-09 02:25:13.697707579 +0000
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/pgsql-patches:patches-9.3 commit in: /
@ 2013-07-12 2:29 Aaron Swenson
0 siblings, 0 replies; 5+ messages in thread
From: Aaron Swenson @ 2013-07-12 2:29 UTC (permalink / raw
To: gentoo-commits
commit: 47e327dbedd59d5805b70ff62051800257cdc678
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 02:29:06 2013 +0000
Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 02:29:06 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pgsql-patches.git;a=commit;h=47e327db
Update for beta2.
---
server.patch | 75 ++++++++++++++++++++++++++----------------------------------
1 file changed, 33 insertions(+), 42 deletions(-)
diff --git a/server.patch b/server.patch
index 26daf20..6f356ca 100644
--- a/server.patch
+++ b/server.patch
@@ -1,6 +1,6 @@
-diff -Naur a/contrib/adminpack/Makefile b/contrib/adminpack/Makefile
---- a/contrib/adminpack/Makefile 2013-05-06 20:57:06.000000000 +0000
-+++ b/contrib/adminpack/Makefile 2013-06-09 02:13:20.036927349 +0000
+diff -Naruw a/contrib/adminpack/Makefile b/contrib/adminpack/Makefile
+--- a/contrib/adminpack/Makefile 2013-06-24 18:55:41.000000000 +0000
++++ b/contrib/adminpack/Makefile 2013-07-02 11:48:44.485660773 +0000
@@ -2,7 +2,7 @@
MODULE_big = adminpack
@@ -10,9 +10,9 @@ diff -Naur a/contrib/adminpack/Makefile b/contrib/adminpack/Makefile
EXTENSION = adminpack
DATA = adminpack--1.0.sql
-diff -Naur a/contrib/dblink/Makefile b/contrib/dblink/Makefile
---- a/contrib/dblink/Makefile 2013-05-06 20:57:06.000000000 +0000
-+++ b/contrib/dblink/Makefile 2013-06-09 02:13:55.792790503 +0000
+diff -Naruw a/contrib/dblink/Makefile b/contrib/dblink/Makefile
+--- a/contrib/dblink/Makefile 2013-06-24 18:55:41.000000000 +0000
++++ b/contrib/dblink/Makefile 2013-07-02 11:49:29.708947869 +0000
@@ -2,7 +2,7 @@
MODULE_big = dblink
@@ -22,9 +22,9 @@ diff -Naur a/contrib/dblink/Makefile b/contrib/dblink/Makefile
SHLIB_LINK = $(libpq)
SHLIB_PREREQS = submake-libpq
-diff -Naur a/contrib/Makefile b/contrib/Makefile
---- a/contrib/Makefile 2013-05-06 20:57:06.000000000 +0000
-+++ b/contrib/Makefile 2013-06-09 02:14:58.328544645 +0000
+diff -Naruw a/contrib/Makefile b/contrib/Makefile
+--- a/contrib/Makefile 2013-06-24 18:55:41.000000000 +0000
++++ b/contrib/Makefile 2013-07-02 11:50:20.868133459 +0000
@@ -26,7 +26,6 @@
isn \
lo \
@@ -49,9 +49,9 @@ diff -Naur a/contrib/Makefile b/contrib/Makefile
worker_spi
ifeq ($(with_openssl),yes)
-diff -Naur a/contrib/uuid-ossp/Makefile b/contrib/uuid-ossp/Makefile
---- a/contrib/uuid-ossp/Makefile 2013-05-06 20:57:06.000000000 +0000
-+++ b/contrib/uuid-ossp/Makefile 2013-06-09 02:16:11.512246537 +0000
+diff -Naruw a/contrib/uuid-ossp/Makefile b/contrib/uuid-ossp/Makefile
+--- a/contrib/uuid-ossp/Makefile 2013-06-24 18:55:41.000000000 +0000
++++ b/contrib/uuid-ossp/Makefile 2013-07-02 11:51:29.915023515 +0000
@@ -6,7 +6,7 @@
EXTENSION = uuid-ossp
DATA = uuid-ossp--1.0.sql uuid-ossp--unpackaged--1.0.sql
@@ -61,9 +61,9 @@ diff -Naur a/contrib/uuid-ossp/Makefile b/contrib/uuid-ossp/Makefile
ifdef USE_PGXS
PG_CONFIG = pg_config
-diff -Naur a/contrib/xml2/Makefile b/contrib/xml2/Makefile
---- a/contrib/xml2/Makefile 2013-05-06 20:57:06.000000000 +0000
-+++ b/contrib/xml2/Makefile 2013-06-09 02:18:40.363606425 +0000
+diff -Naruw a/contrib/xml2/Makefile b/contrib/xml2/Makefile
+--- a/contrib/xml2/Makefile 2013-06-24 18:55:41.000000000 +0000
++++ b/contrib/xml2/Makefile 2013-07-02 11:57:07.591066516 +0000
@@ -8,7 +8,8 @@
REGRESS = xml2
@@ -74,9 +74,9 @@ diff -Naur a/contrib/xml2/Makefile b/contrib/xml2/Makefile
ifdef USE_PGXS
PG_CONFIG = pg_config
-diff -Naur a/GNUmakefile.in b/GNUmakefile.in
---- a/GNUmakefile.in 2013-05-06 20:57:06.000000000 +0000
-+++ b/GNUmakefile.in 2013-06-09 02:20:34.063087792 +0000
+diff -Naruw a/GNUmakefile.in b/GNUmakefile.in
+--- a/GNUmakefile.in 2013-06-24 18:55:41.000000000 +0000
++++ b/GNUmakefile.in 2013-07-02 11:58:45.762013959 +0000
@@ -8,7 +8,7 @@
top_builddir = .
include $(top_builddir)/src/Makefile.global
@@ -112,9 +112,9 @@ diff -Naur a/GNUmakefile.in b/GNUmakefile.in
$(call recurse,distprep,doc src config contrib)
-diff -Naur a/src/bin/initdb/Makefile b/src/bin/initdb/Makefile
---- a/src/bin/initdb/Makefile 2013-05-06 20:57:06.000000000 +0000
-+++ b/src/bin/initdb/Makefile 2013-06-09 02:22:10.874626508 +0000
+diff -Naruw a/src/bin/initdb/Makefile b/src/bin/initdb/Makefile
+--- a/src/bin/initdb/Makefile 2013-06-24 18:55:41.000000000 +0000
++++ b/src/bin/initdb/Makefile 2013-07-02 11:59:27.689537553 +0000
@@ -16,7 +16,7 @@
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
@@ -124,9 +124,9 @@ diff -Naur a/src/bin/initdb/Makefile b/src/bin/initdb/Makefile
# use system timezone data?
ifneq (,$(with_system_tzdata))
-diff -Naur a/src/bin/Makefile b/src/bin/Makefile
---- a/src/bin/Makefile 2013-05-06 20:57:06.000000000 +0000
-+++ b/src/bin/Makefile 2013-06-09 02:22:52.978420360 +0000
+diff -Naruw a/src/bin/Makefile b/src/bin/Makefile
+--- a/src/bin/Makefile 2013-06-24 18:55:41.000000000 +0000
++++ b/src/bin/Makefile 2013-07-02 12:00:31.684783271 +0000
@@ -13,8 +13,7 @@
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
@@ -137,9 +137,9 @@ diff -Naur a/src/bin/Makefile b/src/bin/Makefile
ifeq ($(PORTNAME), win32)
SUBDIRS += pgevent
-diff -Naur a/src/Makefile b/src/Makefile
---- a/src/Makefile 2013-05-06 20:57:06.000000000 +0000
-+++ b/src/Makefile 2013-06-09 02:25:13.697707579 +0000
+diff -Naruw a/src/Makefile b/src/Makefile
+--- a/src/Makefile 2013-06-24 18:55:41.000000000 +0000
++++ b/src/Makefile 2013-07-02 12:37:39.341299813 +0000
@@ -19,12 +19,9 @@
backend \
backend/utils/mb/conversion_procs \
@@ -162,18 +162,9 @@ diff -Naur a/src/Makefile b/src/Makefile
install-local: installdirs-local
$(INSTALL_DATA) Makefile.global '$(DESTDIR)$(pgxsdir)/$(subdir)/Makefile.global'
-diff -Naur a/src/Makefile.global.in b/src/Makefile.global.in
---- a/src/Makefile.global.in 2013-05-06 20:57:06.000000000 +0000
-+++ b/src/Makefile.global.in 2013-06-09 02:26:43.957231533 +0000
-@@ -434,7 +434,7 @@
- CONTRIB_TESTDB = contrib_regression
- ifneq ($(MODULE_big),)
- CONTRIB_TESTDB_MODULE = contrib_regression_$(MODULE_big)
--else
-+else
- ifneq ($(MODULES),)
- CONTRIB_TESTDB_MODULE = contrib_regression_$(MODULES)
- else
+diff -Naruw a/src/Makefile.global.in b/src/Makefile.global.in
+--- a/src/Makefile.global.in 2013-06-24 18:55:41.000000000 +0000
++++ b/src/Makefile.global.in 2013-07-02 12:04:23.848715753 +0000
@@ -492,6 +492,7 @@
LDFLAGS += $(PROFILE)
endif
@@ -182,9 +173,9 @@ diff -Naur a/src/Makefile.global.in b/src/Makefile.global.in
##########################################################################
#
-diff -Naur a/src/port/Makefile b/src/port/Makefile
---- a/src/port/Makefile 2013-05-06 20:57:06.000000000 +0000
-+++ b/src/port/Makefile 2013-06-09 02:27:29.520985747 +0000
+diff -Naruw a/src/port/Makefile b/src/port/Makefile
+--- a/src/port/Makefile 2013-06-24 18:55:41.000000000 +0000
++++ b/src/port/Makefile 2013-07-02 12:05:34.221193705 +0000
@@ -39,11 +39,10 @@
# foo_srv.o and foo.o are both built from foo.c, but only foo.o has -DFRONTEND
OBJS_SRV = $(OBJS:%.o=%_srv.o)
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-07-12 2:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-09 1:58 [gentoo-commits] proj/pgsql-patches:patches-9.3 commit in: / Aaron Swenson
-- strict thread matches above, loose matches on Subject: below --
2013-07-12 2:29 Aaron Swenson
2013-07-02 11:47 Aaron Swenson
2013-06-09 2:30 Aaron Swenson
2013-06-09 1: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