aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2012-05-20 11:29:05 -0400
committertitan <titan@goffman.(none)>2012-05-20 11:30:34 -0400
commit7d10b22de840840f355a8c3c5e926f740f48aa58 (patch)
tree5b1150a4965dbd0683f0d5ab871088a121f87810 /base.patch
parentSocket directory can be /run or /var/run now. (diff)
downloadpatches-7d10b22de840840f355a8c3c5e926f740f48aa58.tar.gz
patches-7d10b22de840840f355a8c3c5e926f740f48aa58.tar.bz2
patches-7d10b22de840840f355a8c3c5e926f740f48aa58.zip
Initial commit for 9.2.
Diffstat (limited to 'base.patch')
-rw-r--r--base.patch28
1 files changed, 15 insertions, 13 deletions
diff --git a/base.patch b/base.patch
index 3d43225..20afa59 100644
--- a/base.patch
+++ b/base.patch
@@ -1,7 +1,7 @@
diff -Naur a/contrib/Makefile b/contrib/Makefile
---- a/contrib/Makefile 2011-09-08 17:13:27.000000000 -0400
-+++ b/contrib/Makefile 2011-09-16 21:58:34.080579316 -0400
-@@ -5,56 +5,10 @@
+--- 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 @@
include $(top_builddir)/src/Makefile.global
SUBDIRS = \
@@ -35,6 +35,7 @@ diff -Naur a/contrib/Makefile b/contrib/Makefile
- pg_standby \
- pg_stat_statements \
- pg_test_fsync \
+- pg_test_timing \
- pg_trgm \
- pg_upgrade \
- pg_upgrade_support \
@@ -45,6 +46,7 @@ diff -Naur a/contrib/Makefile b/contrib/Makefile
- seg \
- spi \
- tablefunc \
+- tcn \
- test_parser \
- tsearch2 \
- unaccent \
@@ -59,8 +61,8 @@ 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 2011-09-08 17:13:27.000000000 -0400
-+++ b/src/backend/Makefile 2011-09-16 22:01:48.400579314 -0400
+--- 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 @@
##########################################################################
@@ -79,7 +81,7 @@ diff -Naur a/src/backend/Makefile b/src/backend/Makefile
# run this unconditionally to avoid needing to know its dependencies here:
submake-schemapg:
-@@ -206,23 +206,7 @@
+@@ -207,23 +207,7 @@
##########################################################################
@@ -105,8 +107,8 @@ diff -Naur a/src/backend/Makefile b/src/backend/Makefile
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 2011-09-08 17:13:27.000000000 -0400
-+++ b/src/bin/Makefile 2011-09-16 22:03:48.250579314 -0400
+--- a/src/bin/Makefile 2012-05-10 18:35:09.000000000 -0400
++++ b/src/bin/Makefile 2012-05-20 09:41:18.489958216 -0400
@@ -13,8 +13,7 @@
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
@@ -118,9 +120,9 @@ 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 2011-09-08 17:13:27.000000000 -0400
-+++ b/src/include/pg_config_manual.h 2011-09-16 22:27:52.480579304 -0400
-@@ -141,7 +141,7 @@
+--- 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
+@@ -144,7 +144,7 @@
* here's where to twiddle it. You can also override this at runtime
* with the postmaster's -k switch.
*/
@@ -130,8 +132,8 @@ diff -Naur a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h
/*
* The random() function is expected to yield values between 0 and
diff -Naur a/src/Makefile b/src/Makefile
---- a/src/Makefile 2011-09-08 17:13:27.000000000 -0400
-+++ b/src/Makefile 2011-09-16 22:29:17.650579302 -0400
+--- 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 @@
SUBDIRS = \