From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-359889-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Qds3h-0005uZ-Jx
	for garchives@archives.gentoo.org; Mon, 04 Jul 2011 22:56:07 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DC0B221C106;
	Mon,  4 Jul 2011 22:55:53 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 8D3F721C105
	for <gentoo-commits@lists.gentoo.org>; Mon,  4 Jul 2011 22:55:53 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id F3C241B4006
	for <gentoo-commits@lists.gentoo.org>; Mon,  4 Jul 2011 22:55:52 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 562A48003D
	for <gentoo-commits@lists.gentoo.org>; Mon,  4 Jul 2011 22:55:52 +0000 (UTC)
From: "Aaron Swenson" <titanofold@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson" <titanofold@gentoo.org>
Message-ID: <f15bfd5e94ee08640ffe900a5eb4fe793abec673.titanofold@gentoo>
Subject: [gentoo-commits] proj/pgsql-patches:9.1 commit in: /
X-VCS-Repository: proj/pgsql-patches
X-VCS-Files: autoconf.patch base.patch regress.patch server.patch
X-VCS-Directories: /
X-VCS-Committer: titanofold
X-VCS-Committer-Name: Aaron Swenson
X-VCS-Revision: f15bfd5e94ee08640ffe900a5eb4fe793abec673
Date: Mon,  4 Jul 2011 22:55:52 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 804dcc490060845cc7cc19d76ba56452

commit:     f15bfd5e94ee08640ffe900a5eb4fe793abec673
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 23:05:52 2011 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Mon May  2 23:05:52 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pgsql-patches=
.git;a=3Dcommit;h=3Df15bfd5e

Update for PostgreSQL 9.1beta1

---
 autoconf.patch |    6 ++--
 base.patch     |   22 ++++++++++----------
 regress.patch  |   16 +++++++-------
 server.patch   |   62 ++++++++++++++++++++++++++++----------------------=
------
 4 files changed, 53 insertions(+), 53 deletions(-)

diff --git a/autoconf.patch b/autoconf.patch
index a2027a7..2a82580 100644
--- a/autoconf.patch
+++ b/autoconf.patch
@@ -1,9 +1,9 @@
 diff -Naur a/configure.in b/configure.in
---- a/configure.in	2010-07-08 22:43:12.000000000 -0400
-+++ b/configure.in	2010-07-12 00:13:37.585527031 -0400
+--- a/configure.in	2011-04-27 17:17:22.000000000 -0400
++++ b/configure.in	2011-05-02 18:02:31.471665153 -0400
 @@ -19,10 +19,6 @@
 =20
- AC_INIT([PostgreSQL], [9.1alpha4], [pgsql-bugs@postgresql.org])
+ AC_INIT([PostgreSQL], [9.1beta1], [pgsql-bugs@postgresql.org])
 =20
 -m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf ve=
rsion 2.63 is required.
 -Untested combinations of 'autoconf' and PostgreSQL versions are not

diff --git a/base.patch b/base.patch
index c55bb77..9c53e1b 100644
--- a/base.patch
+++ b/base.patch
@@ -1,6 +1,6 @@
 diff -Naur a/contrib/Makefile b/contrib/Makefile
---- a/contrib/Makefile	2011-03-28 09:42:09.000000000 -0400
-+++ b/contrib/Makefile	2011-03-29 20:18:08.394999851 -0400
+--- a/contrib/Makefile	2011-04-27 17:17:22.000000000 -0400
++++ b/contrib/Makefile	2011-05-02 18:13:25.185010280 -0400
 @@ -5,54 +5,10 @@
  include $(top_builddir)/src/Makefile.global
 =20
@@ -57,8 +57,8 @@ diff -Naur a/contrib/Makefile b/contrib/Makefile
  ifeq ($(with_ossp_uuid),yes)
  SUBDIRS +=3D uuid-ossp
 diff -Naur a/src/Makefile b/src/Makefile
---- a/src/Makefile	2011-03-28 09:42:09.000000000 -0400
-+++ b/src/Makefile	2011-03-29 20:19:45.356494851 -0400
+--- a/src/Makefile	2011-04-27 17:17:22.000000000 -0400
++++ b/src/Makefile	2011-05-02 18:14:24.435313471 -0400
 @@ -14,17 +14,11 @@
 =20
  SUBDIRS =3D \
@@ -79,8 +79,8 @@ diff -Naur a/src/Makefile b/src/Makefile
  # There are too many interdependencies between the subdirectories, so
  # don't attempt parallel make here.
 diff -Naur a/src/backend/Makefile b/src/backend/Makefile
---- a/src/backend/Makefile	2011-03-28 09:42:09.000000000 -0400
-+++ b/src/backend/Makefile	2011-03-29 20:24:25.836184851 -0400
+--- a/src/backend/Makefile	2011-04-27 17:17:22.000000000 -0400
++++ b/src/backend/Makefile	2011-05-02 18:19:06.946759115 -0400
 @@ -45,7 +45,7 @@
 =20
  #######################################################################=
###
@@ -125,21 +125,21 @@ diff -Naur a/src/backend/Makefile b/src/backend/Mak=
efile
  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-03-28 09:42:09.000000000 -0400
-+++ b/src/bin/Makefile	2011-03-29 20:25:34.162004851 -0400
+--- a/src/bin/Makefile	2011-04-27 17:17:22.000000000 -0400
++++ b/src/bin/Makefile	2011-05-02 18:20:49.697284900 -0400
 @@ -13,8 +13,7 @@
  top_builddir =3D ../..
  include $(top_builddir)/src/Makefile.global
 =20
 -SUBDIRS =3D initdb pg_ctl pg_dump \
 -	psql scripts pg_config pg_controldata pg_resetxlog pg_basebackup
-+SUBDIRS =3D pg_dump psql scripts pg_config
++SUBDIRS =3D psql scripts pg_config
  ifeq ($(PORTNAME), win32)
  SUBDIRS+=3Dpgevent
  endif
 diff -Naur a/src/include/pg_config_manual.h b/src/include/pg_config_manu=
al.h
---- a/src/include/pg_config_manual.h	2011-03-28 09:42:09.000000000 -0400
-+++ b/src/include/pg_config_manual.h	2011-03-29 20:26:50.973579851 -0400
+--- a/src/include/pg_config_manual.h	2011-04-27 17:17:22.000000000 -0400
++++ b/src/include/pg_config_manual.h	2011-05-02 18:21:59.197640542 -0400
 @@ -141,7 +141,7 @@
   * here's where to twiddle it.  You can also override this at runtime
   * with the postmaster's -k switch.

diff --git a/regress.patch b/regress.patch
index a42ed7e..cf706a6 100644
--- a/regress.patch
+++ b/regress.patch
@@ -1,7 +1,7 @@
 diff -Naur a/src/test/regress/pg_regress.c b/src/test/regress/pg_regress=
.c
---- a/src/test/regress/pg_regress.c	2011-03-09 09:19:24.000000000 -0500
-+++ b/src/test/regress/pg_regress.c	2011-03-18 22:07:11.104847001 -0400
-@@ -803,7 +803,7 @@
+--- a/src/test/regress/pg_regress.c	2011-04-27 17:17:22.000000000 -0400
++++ b/src/test/regress/pg_regress.c	2011-05-02 19:01:20.470763739 -0400
+@@ -806,7 +806,7 @@
  		datadir =3D tmp;
 =20
  		/* psql will be installed into temp-install bindir */
@@ -10,7 +10,7 @@ diff -Naur a/src/test/regress/pg_regress.c b/src/test/r=
egress/pg_regress.c
 =20
  		/*
  		 * Set up shared library paths to include the temp install.
-@@ -901,7 +901,7 @@
+@@ -906,7 +906,7 @@
 =20
  	/* And now we can build and execute the shell command */
  	snprintf(psql_cmd, sizeof(psql_cmd),
@@ -19,7 +19,7 @@ diff -Naur a/src/test/regress/pg_regress.c b/src/test/r=
egress/pg_regress.c
  			 psqldir ? psqldir : "",
  			 psqldir ? "/" : "",
  			 query_escaped,
-@@ -2178,8 +2178,8 @@
+@@ -2207,8 +2207,8 @@
  		 * Check if there is a postmaster running already.
  		 */
  		snprintf(buf2, sizeof(buf2),
@@ -30,7 +30,7 @@ diff -Naur a/src/test/regress/pg_regress.c b/src/test/r=
egress/pg_regress.c
 =20
  		for (i =3D 0; i < 16; i++)
  		{
-@@ -2210,7 +2210,7 @@
+@@ -2239,7 +2239,7 @@
  		 */
  		header(_("starting postmaster"));
  		snprintf(buf, sizeof(buf),
@@ -40,8 +40,8 @@ diff -Naur a/src/test/regress/pg_regress.c b/src/test/r=
egress/pg_regress.c
  				 debug ? " -d 5" : "",
  				 hostname ? hostname : "",
 diff -Naur a/src/test/regress/pg_regress_main.c b/src/test/regress/pg_re=
gress_main.c
---- a/src/test/regress/pg_regress_main.c	2011-03-09 09:19:24.000000000 -=
0500
-+++ b/src/test/regress/pg_regress_main.c	2011-03-18 22:10:05.263089001 -=
0400
+--- a/src/test/regress/pg_regress_main.c	2011-04-27 17:17:22.000000000 -=
0400
++++ b/src/test/regress/pg_regress_main.c	2011-05-02 19:02:23.571086780 -=
0400
 @@ -64,7 +64,7 @@
  						   "%s ", launcher);
 =20

diff --git a/server.patch b/server.patch
index d2703f1..f3bc148 100644
--- a/server.patch
+++ b/server.patch
@@ -1,6 +1,6 @@
 diff -Naur a/GNUmakefile.in b/GNUmakefile.in
---- a/GNUmakefile.in	2011-03-09 09:19:24.000000000 -0500
-+++ b/GNUmakefile.in	2011-03-18 19:17:04.815898001 -0400
+--- a/GNUmakefile.in	2011-04-27 17:17:22.000000000 -0400
++++ b/GNUmakefile.in	2011-05-02 18:32:41.400926770 -0400
 @@ -8,7 +8,7 @@
  top_builddir =3D .
  include $(top_builddir)/src/Makefile.global
@@ -34,8 +34,8 @@ diff -Naur a/GNUmakefile.in b/GNUmakefile.in
  $(call recurse,distprep,doc src config contrib)
 =20
 diff -Naur a/contrib/Makefile b/contrib/Makefile
---- a/contrib/Makefile	2011-03-09 09:19:24.000000000 -0500
-+++ b/contrib/Makefile	2011-03-18 19:10:24.415898001 -0400
+--- a/contrib/Makefile	2011-04-27 17:17:22.000000000 -0400
++++ b/contrib/Makefile	2011-05-02 18:34:03.901348935 -0400
 @@ -26,7 +26,6 @@
  		isn		\
  		lo		\
@@ -63,8 +63,8 @@ diff -Naur a/contrib/Makefile b/contrib/Makefile
  ifeq ($(with_openssl),yes)
  SUBDIRS +=3D sslinfo
 diff -Naur a/contrib/adminpack/Makefile b/contrib/adminpack/Makefile
---- a/contrib/adminpack/Makefile	2011-03-09 09:19:24.000000000 -0500
-+++ b/contrib/adminpack/Makefile	2011-03-18 19:08:19.375898001 -0400
+--- a/contrib/adminpack/Makefile	2011-04-27 17:17:22.000000000 -0400
++++ b/contrib/adminpack/Makefile	2011-05-02 18:35:24.991763884 -0400
 @@ -2,7 +2,7 @@
 =20
  MODULE_big =3D adminpack
@@ -75,8 +75,8 @@ diff -Naur a/contrib/adminpack/Makefile b/contrib/admin=
pack/Makefile
  EXTENSION =3D adminpack
  DATA =3D adminpack--1.0.sql
 diff -Naur a/contrib/dblink/Makefile b/contrib/dblink/Makefile
---- a/contrib/dblink/Makefile	2011-03-09 09:19:24.000000000 -0500
-+++ b/contrib/dblink/Makefile	2011-03-18 19:09:04.655898001 -0400
+--- a/contrib/dblink/Makefile	2011-04-27 17:17:22.000000000 -0400
++++ b/contrib/dblink/Makefile	2011-05-02 18:36:02.701956851 -0400
 @@ -2,7 +2,7 @@
 =20
  MODULE_big =3D dblink
@@ -87,13 +87,12 @@ diff -Naur a/contrib/dblink/Makefile b/contrib/dblink=
/Makefile
  SHLIB_PREREQS =3D submake-libpq
 =20
 diff -Naur a/contrib/uuid-ossp/Makefile b/contrib/uuid-ossp/Makefile
---- a/contrib/uuid-ossp/Makefile	2011-03-09 09:19:24.000000000 -0500
-+++ b/contrib/uuid-ossp/Makefile	2011-03-18 19:11:40.055898001 -0400
-@@ -1,12 +1,14 @@
+--- a/contrib/uuid-ossp/Makefile	2011-04-27 17:17:22.000000000 -0400
++++ b/contrib/uuid-ossp/Makefile	2011-05-02 18:38:24.893721477 -0400
+@@ -1,12 +1,12 @@
  # contrib/uuid-ossp/Makefile
-=20
+-
 +PG_CPPFLAGS +=3D "-DHAVE_OSSP_UUID_H"
-+
  MODULE_big =3D uuid-ossp
  OBJS =3D uuid-ossp.o
 =20
@@ -106,21 +105,22 @@ diff -Naur a/contrib/uuid-ossp/Makefile b/contrib/u=
uid-ossp/Makefile
  ifdef USE_PGXS
  PG_CONFIG =3D pg_config
 diff -Naur a/contrib/xml2/Makefile b/contrib/xml2/Makefile
---- a/contrib/xml2/Makefile	2011-03-09 09:19:24.000000000 -0500
-+++ b/contrib/xml2/Makefile	2011-03-18 19:13:29.625898001 -0400
-@@ -8,7 +8,8 @@
+--- a/contrib/xml2/Makefile	2011-04-27 17:17:22.000000000 -0400
++++ b/contrib/xml2/Makefile	2011-05-02 18:41:30.824673350 -0400
+@@ -7,8 +7,8 @@
+ DATA =3D xml2--1.0.sql xml2--unpackaged--1.0.sql
 =20
  REGRESS =3D xml2
-=20
+-
 -SHLIB_LINK +=3D $(filter -lxslt, $(LIBS)) $(filter -lxml2, $(LIBS))
-+PG_CPPFLAGS =3D $(shell xml2-config --cflags)                          =
         =20
++PG_CPPFLAGS =3D $(shell xml2-config --cflags)
 +SHLIB_LINK +=3D $(shell xml2-config --libs) $(shell xslt-config --libs)
 =20
  ifdef USE_PGXS
  PG_CONFIG =3D pg_config
 diff -Naur a/src/Makefile b/src/Makefile
---- a/src/Makefile	2011-03-09 09:19:24.000000000 -0500
-+++ b/src/Makefile	2011-03-18 19:43:49.633641001 -0400
+--- a/src/Makefile	2011-04-27 17:17:22.000000000 -0400
++++ b/src/Makefile	2011-05-02 18:43:02.395142144 -0400
 @@ -18,12 +18,9 @@
  	backend \
  	backend/utils/mb/conversion_procs \
@@ -144,9 +144,9 @@ diff -Naur a/src/Makefile b/src/Makefile
  install-local: installdirs-local
  	$(INSTALL_DATA) Makefile.global '$(DESTDIR)$(pgxsdir)/$(subdir)/Makefi=
le.global'
 diff -Naur a/src/Makefile.global.in b/src/Makefile.global.in
---- a/src/Makefile.global.in	2011-03-09 09:19:24.000000000 -0500
-+++ b/src/Makefile.global.in	2011-03-18 19:59:53.876991001 -0400
-@@ -474,6 +474,7 @@
+--- a/src/Makefile.global.in	2011-04-27 17:17:22.000000000 -0400
++++ b/src/Makefile.global.in	2011-05-02 18:45:16.765830055 -0400
+@@ -480,6 +480,7 @@
     LDFLAGS +=3D $(PROFILE)
  endif
 =20
@@ -155,8 +155,8 @@ diff -Naur a/src/Makefile.global.in b/src/Makefile.gl=
obal.in
  #######################################################################=
###
  #
 diff -Naur a/src/bin/Makefile b/src/bin/Makefile
---- a/src/bin/Makefile	2011-03-09 09:19:24.000000000 -0500
-+++ b/src/bin/Makefile	2011-03-18 19:29:28.872631001 -0400
+--- a/src/bin/Makefile	2011-04-27 17:17:22.000000000 -0400
++++ b/src/bin/Makefile	2011-05-02 18:47:05.106384704 -0400
 @@ -13,8 +13,7 @@
  top_builddir =3D ../..
  include $(top_builddir)/src/Makefile.global
@@ -168,8 +168,8 @@ diff -Naur a/src/bin/Makefile b/src/bin/Makefile
  SUBDIRS+=3Dpgevent
  endif
 diff -Naur a/src/bin/initdb/Makefile b/src/bin/initdb/Makefile
---- a/src/bin/initdb/Makefile	2011-03-09 09:19:24.000000000 -0500
-+++ b/src/bin/initdb/Makefile	2011-03-18 19:27:46.042631001 -0400
+--- a/src/bin/initdb/Makefile	2011-04-27 17:17:22.000000000 -0400
++++ b/src/bin/initdb/Makefile	2011-05-02 18:48:35.636848175 -0400
 @@ -16,7 +16,7 @@
  top_builddir =3D ../../..
  include $(top_builddir)/src/Makefile.global
@@ -180,8 +180,8 @@ diff -Naur a/src/bin/initdb/Makefile b/src/bin/initdb=
/Makefile
  OBJS=3D	initdb.o encnames.o pqsignal.o $(WIN32RES)
 =20
 diff -Naur a/src/include/pg_config_manual.h b/src/include/pg_config_manu=
al.h
---- a/src/include/pg_config_manual.h	2011-03-09 09:19:24.000000000 -0500
-+++ b/src/include/pg_config_manual.h	2011-03-18 19:30:57.712631001 -0400
+--- a/src/include/pg_config_manual.h	2011-04-27 17:17:22.000000000 -0400
++++ b/src/include/pg_config_manual.h	2011-05-02 18:49:38.277168861 -0400
 @@ -141,7 +141,7 @@
   * here's where to twiddle it.  You can also override this at runtime
   * with the postmaster's -k switch.
@@ -192,8 +192,8 @@ diff -Naur a/src/include/pg_config_manual.h b/src/inc=
lude/pg_config_manual.h
  /*
   * The random() function is expected to yield values between 0 and
 diff -Naur a/src/port/Makefile b/src/port/Makefile
---- a/src/port/Makefile	2011-03-09 09:19:24.000000000 -0500
-+++ b/src/port/Makefile	2011-03-18 20:01:10.986991001 -0400
+--- a/src/port/Makefile	2011-04-27 17:17:22.000000000 -0400
++++ b/src/port/Makefile	2011-05-02 18:50:27.707421919 -0400
 @@ -37,11 +37,10 @@
  # foo_srv.o and foo.o are both built from foo.c, but only foo.o has -DF=
RONTEND
  OBJS_SRV =3D $(OBJS:%.o=3D%_srv.o)