From 7034f18db9e85a1c321ba4ae094ef0a79a25a1bd Mon Sep 17 00:00:00 2001 From: "Aaron W. Swenson" Date: Sun, 9 Jun 2013 02:29:49 +0000 Subject: 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) -- cgit v1.2.3-65-gdbad