Mercurial > hg > portage
changeset 161:6897d1d484be
sync with upstream, not really necessary
author | holger |
---|---|
date | Thu, 10 Sep 2009 18:40:55 +0200 |
parents | 7ce3014adf4b |
children | 69c1065aa018 |
files | dev-db/postgresql-base/Manifest dev-db/postgresql-base/files/postgresql-8.4-base.patch dev-db/postgresql-base/files/postgresql-8.4-common.patch dev-db/postgresql-server/Manifest dev-db/postgresql-server/files/postgresql-8.4-common.patch dev-db/postgresql-server/files/postgresql-8.4-server.patch |
diffstat | 6 files changed, 60 insertions(+), 60 deletions(-) [+] |
line wrap: on
line diff
--- a/dev-db/postgresql-base/Manifest Wed Sep 09 19:04:40 2009 +0200 +++ b/dev-db/postgresql-base/Manifest Thu Sep 10 18:40:55 2009 +0200 @@ -1,5 +1,5 @@ -AUX postgresql-8.4-base.patch 4673 RMD160 414aa67067a9e7f39a0d674d1bb97d592022cce2 SHA1 7b03968e1301c124d73fe38d7a411efe8ed7b50f SHA256 c1647545a7c2af3164df839f6aa967e8f5a8eb7bf6f1a31d1a16a74c6b2f2f05 -AUX postgresql-8.4-common.patch 2058 RMD160 14e61a791fb1deaa327f90d207526fabfa35c4de SHA1 315543042274e3802f429fefe83568e8801078f3 SHA256 03b613fcb816b455eb92708e8095b8a0685f4c6992f90288295e1c6193af70b4 +AUX postgresql-8.4-base.patch 4673 RMD160 a9df484ee0a0b50d6dd1b2608a2e008b8879b649 SHA1 47c6b9e8b5289d09b1b456d695d4ba3d9d9575be SHA256 7c1fb0bd647cb034c48769f51072739e5f6d68c06c995c90ddf73f3c4f374902 +AUX postgresql-8.4-common.patch 2058 RMD160 ec404c623f6461beb68801ab162bc3570e90f9a0 SHA1 cb371c8b4f1dbe29beb4bfe6d86e84d8674cf33e SHA256 e8e8b0a60921628498e29f1e4344ccb00c6016f8ebe497d7113dfa17fbcc18f6 DIST postgresql-8.4.1.tar.bz2 13579302 RMD160 ad03c250afd71091294a2a3e67d96b661883db87 SHA1 e6903f0029402ef8fb12645a177204499ea5b2b7 SHA256 85f5a5053aea196a2c997785cb5f61368aa46407527de820006d04b594fd9d7c EBUILD postgresql-base-8.4.1.ebuild 4636 RMD160 ae6a6ba18baa96c880dfb1eb10d037e6ae1b19da SHA1 d5171540df8812e4890197135ff7a3e561bfdd95 SHA256 3af80f231ffe50b7d7384f35c3731dbb15de06e14afefc8bdfdcf3e6c612d196 MISC metadata.xml 329 RMD160 3b8f9c5e1c05696380c649d2f4f6eb3f1d3b688b SHA1 d7d9e8fbd6a509c5016fc764ccc4239af8feb5b8 SHA256 d9eed0f3b1f204ace8472c343d526d6c949124b5fe5ab8174b2e555712b3e831
--- a/dev-db/postgresql-base/files/postgresql-8.4-base.patch Wed Sep 09 19:04:40 2009 +0200 +++ b/dev-db/postgresql-base/files/postgresql-8.4-base.patch Thu Sep 10 18:40:55 2009 +0200 @@ -1,6 +1,6 @@ -diff -Naur postgresql-8.4.0.orig/contrib/Makefile postgresql-8.4.0/contrib/Makefile ---- postgresql-8.4.0.orig/contrib/Makefile 2009-03-26 00:20:01.000000000 +0100 -+++ postgresql-8.4.0/contrib/Makefile 2009-07-09 21:17:38.000000000 +0200 +diff -Naur postgresql-8.4.1.orig/contrib/Makefile postgresql-8.4.1/contrib/Makefile +--- postgresql-8.4.1.orig/contrib/Makefile 2009-03-26 00:20:01.000000000 +0100 ++++ postgresql-8.4.1/contrib/Makefile 2009-07-09 21:17:38.000000000 +0200 @@ -5,46 +5,10 @@ include $(top_builddir)/src/Makefile.global @@ -48,9 +48,9 @@ ifeq ($(with_ossp_uuid),yes) WANTED_DIRS += uuid-ossp endif -diff -Naur postgresql-8.4.0.orig/src/backend/Makefile postgresql-8.4.0/src/backend/Makefile ---- postgresql-8.4.0.orig/src/backend/Makefile 2009-01-01 18:23:34.000000000 +0100 -+++ postgresql-8.4.0/src/backend/Makefile 2009-07-09 21:22:13.000000000 +0200 +diff -Naur postgresql-8.4.1.orig/src/backend/Makefile postgresql-8.4.1/src/backend/Makefile +--- postgresql-8.4.1.orig/src/backend/Makefile 2009-01-01 18:23:34.000000000 +0100 ++++ postgresql-8.4.1/src/backend/Makefile 2009-07-09 21:22:13.000000000 +0200 @@ -36,7 +36,7 @@ ########################################################################## @@ -94,9 +94,9 @@ install-bin: postgres $(POSTGRES_IMP) installdirs $(INSTALL_PROGRAM) postgres$(X) '$(DESTDIR)$(bindir)/postgres$(X)' -diff -Naur postgresql-8.4.0.orig/src/bin/Makefile postgresql-8.4.0/src/bin/Makefile ---- postgresql-8.4.0.orig/src/bin/Makefile 2009-01-01 18:23:53.000000000 +0100 -+++ postgresql-8.4.0/src/bin/Makefile 2009-07-09 21:27:09.000000000 +0200 +diff -Naur postgresql-8.4.1.orig/src/bin/Makefile postgresql-8.4.1/src/bin/Makefile +--- postgresql-8.4.1.orig/src/bin/Makefile 2009-01-01 18:23:53.000000000 +0100 ++++ postgresql-8.4.1/src/bin/Makefile 2009-07-09 21:27:09.000000000 +0200 @@ -13,8 +13,8 @@ top_builddir = ../.. include $(top_builddir)/src/Makefile.global @@ -108,9 +108,9 @@ ifeq ($(PORTNAME), win32) DIRS+=pgevent endif -diff -Naur postgresql-8.4.0.orig/src/include/pg_config_manual.h postgresql-8.4.0/src/include/pg_config_manual.h ---- postgresql-8.4.0.orig/src/include/pg_config_manual.h 2009-06-11 16:49:08.000000000 +0200 -+++ postgresql-8.4.0/src/include/pg_config_manual.h 2009-07-09 21:27:44.000000000 +0200 +diff -Naur postgresql-8.4.1.orig/src/include/pg_config_manual.h postgresql-8.4.1/src/include/pg_config_manual.h +--- postgresql-8.4.1.orig/src/include/pg_config_manual.h 2009-06-11 16:49:08.000000000 +0200 ++++ postgresql-8.4.1/src/include/pg_config_manual.h 2009-07-09 21:27:44.000000000 +0200 @@ -146,7 +146,7 @@ * here's where to twiddle it. You can also override this at runtime * with the postmaster's -k switch. @@ -120,9 +120,9 @@ /* * The random() function is expected to yield values between 0 and -diff -Naur postgresql-8.4.0.orig/src/Makefile postgresql-8.4.0/src/Makefile ---- postgresql-8.4.0.orig/src/Makefile 2009-02-24 11:06:32.000000000 +0100 -+++ postgresql-8.4.0/src/Makefile 2009-07-09 21:18:20.000000000 +0200 +diff -Naur postgresql-8.4.1.orig/src/Makefile postgresql-8.4.1/src/Makefile +--- postgresql-8.4.1.orig/src/Makefile 2009-02-24 11:06:32.000000000 +0100 ++++ postgresql-8.4.1/src/Makefile 2009-07-09 21:18:20.000000000 +0200 @@ -15,16 +15,11 @@ all install installdirs uninstall distprep:
--- a/dev-db/postgresql-base/files/postgresql-8.4-common.patch Wed Sep 09 19:04:40 2009 +0200 +++ b/dev-db/postgresql-base/files/postgresql-8.4-common.patch Thu Sep 10 18:40:55 2009 +0200 @@ -4,7 +4,7 @@ +++ configure.in 2009-07-09 15:05:02.000000000 +0200 @@ -19,10 +19,6 @@ - AC_INIT([PostgreSQL], [8.4.0], [pgsql-bugs@postgresql.org]) + AC_INIT([PostgreSQL], [8.4.1], [pgsql-bugs@postgresql.org]) -m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.61], [], [m4_fatal([Autoconf version 2.61 is required. -Untested combinations of 'autoconf' and PostgreSQL versions are not
--- a/dev-db/postgresql-server/Manifest Wed Sep 09 19:04:40 2009 +0200 +++ b/dev-db/postgresql-server/Manifest Thu Sep 10 18:40:55 2009 +0200 @@ -1,5 +1,5 @@ -AUX postgresql-8.4-common.patch 2058 RMD160 14e61a791fb1deaa327f90d207526fabfa35c4de SHA1 315543042274e3802f429fefe83568e8801078f3 SHA256 03b613fcb816b455eb92708e8095b8a0685f4c6992f90288295e1c6193af70b4 -AUX postgresql-8.4-server.patch 7806 RMD160 99ab77e553987869e3243a895b4b6c4afdf39268 SHA1 ccb552141347e4545db78e73012509c6ecc7a1e4 SHA256 48b63ec1f6b61e7c167a7cb754fc6c278d56654e57f3b10678323f35984077ae +AUX postgresql-8.4-common.patch 2058 RMD160 ec404c623f6461beb68801ab162bc3570e90f9a0 SHA1 cb371c8b4f1dbe29beb4bfe6d86e84d8674cf33e SHA256 e8e8b0a60921628498e29f1e4344ccb00c6016f8ebe497d7113dfa17fbcc18f6 +AUX postgresql-8.4-server.patch 7806 RMD160 28fea44b7400fb40540b9c1189c4a3343ef9b0a8 SHA1 2ab2772b18c7ca38ef91ec0bdc2386deda81ed56 SHA256 f333ed8d6f7b212949de8ea9f0df6b251c1030bdd8aa7c482f1c63ab6c326839 AUX postgresql.conf-8.4 1725 RMD160 31336d319b654ccaada3eae51ce09f2cafb37fc5 SHA1 c05de3c88e44ec9f71774c2c129f31013ca723d7 SHA256 0e1e9ffaf563f6d9f653575ec5938329644fc68aeb414d926d3b465872b40162 AUX postgresql.init-8.4 3036 RMD160 dac1f3a59b80c05f0f80057d758a70a1dc6f4232 SHA1 6779f74194185005c0249b2079e3aca698748091 SHA256 2c47b023a6d1a17a3be9bfc6cb4c0453c91aac26d55becb563813280efc5a148 DIST postgresql-8.4.1.tar.bz2 13579302 RMD160 ad03c250afd71091294a2a3e67d96b661883db87 SHA1 e6903f0029402ef8fb12645a177204499ea5b2b7 SHA256 85f5a5053aea196a2c997785cb5f61368aa46407527de820006d04b594fd9d7c
--- a/dev-db/postgresql-server/files/postgresql-8.4-common.patch Wed Sep 09 19:04:40 2009 +0200 +++ b/dev-db/postgresql-server/files/postgresql-8.4-common.patch Thu Sep 10 18:40:55 2009 +0200 @@ -4,7 +4,7 @@ +++ configure.in 2009-07-09 15:05:02.000000000 +0200 @@ -19,10 +19,6 @@ - AC_INIT([PostgreSQL], [8.4.0], [pgsql-bugs@postgresql.org]) + AC_INIT([PostgreSQL], [8.4.1], [pgsql-bugs@postgresql.org]) -m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.61], [], [m4_fatal([Autoconf version 2.61 is required. -Untested combinations of 'autoconf' and PostgreSQL versions are not
--- a/dev-db/postgresql-server/files/postgresql-8.4-server.patch Wed Sep 09 19:04:40 2009 +0200 +++ b/dev-db/postgresql-server/files/postgresql-8.4-server.patch Thu Sep 10 18:40:55 2009 +0200 @@ -1,6 +1,6 @@ -diff -Naur postgresql-8.4.0.orig/contrib/adminpack/Makefile postgresql-8.4.0/contrib/adminpack/Makefile ---- postgresql-8.4.0.orig/contrib/adminpack/Makefile 2007-11-11 00:59:50.000000000 +0100 -+++ postgresql-8.4.0/contrib/adminpack/Makefile 2009-07-09 18:10:56.000000000 +0200 +diff -Naur postgresql-8.4.1.orig/contrib/adminpack/Makefile postgresql-8.4.1/contrib/adminpack/Makefile +--- postgresql-8.4.1.orig/contrib/adminpack/Makefile 2007-11-11 00:59:50.000000000 +0100 ++++ postgresql-8.4.1/contrib/adminpack/Makefile 2009-07-09 18:10:56.000000000 +0200 @@ -1,7 +1,7 @@ # $PostgreSQL: pgsql/contrib/adminpack/Makefile,v 1.6 2007/11/10 23:59:50 momjian Exp $ @@ -10,9 +10,9 @@ DATA_built = adminpack.sql DATA = uninstall_adminpack.sql OBJS = adminpack.o -diff -Naur postgresql-8.4.0.orig/contrib/dblink/Makefile postgresql-8.4.0/contrib/dblink/Makefile ---- postgresql-8.4.0.orig/contrib/dblink/Makefile 2007-11-11 00:59:50.000000000 +0100 -+++ postgresql-8.4.0/contrib/dblink/Makefile 2009-07-09 22:22:02.000000000 +0200 +diff -Naur postgresql-8.4.1.orig/contrib/dblink/Makefile postgresql-8.4.1/contrib/dblink/Makefile +--- postgresql-8.4.1.orig/contrib/dblink/Makefile 2007-11-11 00:59:50.000000000 +0100 ++++ postgresql-8.4.1/contrib/dblink/Makefile 2009-07-09 22:22:02.000000000 +0200 @@ -1,7 +1,7 @@ # $PostgreSQL: pgsql/contrib/dblink/Makefile,v 1.15 2007/11/10 23:59:50 momjian Exp $ @@ -22,9 +22,9 @@ OBJS = dblink.o SHLIB_LINK = $(libpq) -diff -Naur postgresql-8.4.0.orig/contrib/Makefile postgresql-8.4.0/contrib/Makefile ---- postgresql-8.4.0.orig/contrib/Makefile 2009-03-26 00:20:01.000000000 +0100 -+++ postgresql-8.4.0/contrib/Makefile 2009-07-09 18:13:23.000000000 +0200 +diff -Naur postgresql-8.4.1.orig/contrib/Makefile postgresql-8.4.1/contrib/Makefile +--- postgresql-8.4.1.orig/contrib/Makefile 2009-03-26 00:20:01.000000000 +0100 ++++ postgresql-8.4.1/contrib/Makefile 2009-07-09 18:13:23.000000000 +0200 @@ -23,23 +23,20 @@ isn \ lo \ @@ -50,9 +50,9 @@ ifeq ($(with_openssl),yes) WANTED_DIRS += sslinfo -diff -Naur postgresql-8.4.0.orig/contrib/uuid-ossp/Makefile postgresql-8.4.0/contrib/uuid-ossp/Makefile ---- postgresql-8.4.0.orig/contrib/uuid-ossp/Makefile 2007-11-13 01:13:19.000000000 +0100 -+++ postgresql-8.4.0/contrib/uuid-ossp/Makefile 2009-07-09 19:12:44.000000000 +0200 +diff -Naur postgresql-8.4.1.orig/contrib/uuid-ossp/Makefile postgresql-8.4.1/contrib/uuid-ossp/Makefile +--- postgresql-8.4.1.orig/contrib/uuid-ossp/Makefile 2007-11-13 01:13:19.000000000 +0100 ++++ postgresql-8.4.1/contrib/uuid-ossp/Makefile 2009-07-09 19:12:44.000000000 +0200 @@ -1,11 +1,13 @@ # $PostgreSQL: pgsql/contrib/uuid-ossp/Makefile,v 1.4 2007/11/13 00:13:19 tgl Exp $ @@ -68,9 +68,9 @@ ifdef USE_PGXS PG_CONFIG = pg_config -diff -Naur postgresql-8.4.0.orig/contrib/xml2/Makefile postgresql-8.4.0/contrib/xml2/Makefile ---- postgresql-8.4.0.orig/contrib/xml2/Makefile 2008-05-08 18:49:37.000000000 +0200 -+++ postgresql-8.4.0/contrib/xml2/Makefile 2009-07-09 19:14:32.000000000 +0200 +diff -Naur postgresql-8.4.1.orig/contrib/xml2/Makefile postgresql-8.4.1/contrib/xml2/Makefile +--- postgresql-8.4.1.orig/contrib/xml2/Makefile 2008-05-08 18:49:37.000000000 +0200 ++++ postgresql-8.4.1/contrib/xml2/Makefile 2009-07-09 19:14:32.000000000 +0200 @@ -4,7 +4,8 @@ OBJS = $(if $(filter -lxslt, $(LIBS)), xpath.o xslt_proc.o, xpath.o) @@ -81,9 +81,9 @@ DATA_built = pgxml.sql DATA = uninstall_pgxml.sql -diff -Naur postgresql-8.4.0.orig/GNUmakefile.in postgresql-8.4.0/GNUmakefile.in ---- postgresql-8.4.0.orig/GNUmakefile.in 2009-01-15 02:53:49.000000000 +0100 -+++ postgresql-8.4.0/GNUmakefile.in 2009-07-09 19:16:19.000000000 +0200 +diff -Naur postgresql-8.4.1.orig/GNUmakefile.in postgresql-8.4.1/GNUmakefile.in +--- postgresql-8.4.1.orig/GNUmakefile.in 2009-01-15 02:53:49.000000000 +0100 ++++ postgresql-8.4.1/GNUmakefile.in 2009-07-09 19:16:19.000000000 +0200 @@ -11,19 +11,16 @@ all: $(MAKE) -C doc all @@ -104,9 +104,9 @@ distprep: $(MAKE) -C doc $@ -diff -Naur postgresql-8.4.0.orig/src/bin/initdb/Makefile postgresql-8.4.0/src/bin/initdb/Makefile ---- postgresql-8.4.0.orig/src/bin/initdb/Makefile 2009-01-01 18:23:53.000000000 +0100 -+++ postgresql-8.4.0/src/bin/initdb/Makefile 2009-07-09 19:17:40.000000000 +0200 +diff -Naur postgresql-8.4.1.orig/src/bin/initdb/Makefile postgresql-8.4.1/src/bin/initdb/Makefile +--- postgresql-8.4.1.orig/src/bin/initdb/Makefile 2009-01-01 18:23:53.000000000 +0100 ++++ postgresql-8.4.1/src/bin/initdb/Makefile 2009-07-09 19:17:40.000000000 +0200 @@ -14,7 +14,7 @@ top_builddir = ../../.. include $(top_builddir)/src/Makefile.global @@ -116,9 +116,9 @@ OBJS= initdb.o encnames.o pqsignal.o $(WIN32RES) -diff -Naur postgresql-8.4.0.orig/src/bin/Makefile postgresql-8.4.0/src/bin/Makefile ---- postgresql-8.4.0.orig/src/bin/Makefile 2009-01-01 18:23:53.000000000 +0100 -+++ postgresql-8.4.0/src/bin/Makefile 2009-07-09 19:18:21.000000000 +0200 +diff -Naur postgresql-8.4.1.orig/src/bin/Makefile postgresql-8.4.1/src/bin/Makefile +--- postgresql-8.4.1.orig/src/bin/Makefile 2009-01-01 18:23:53.000000000 +0100 ++++ postgresql-8.4.1/src/bin/Makefile 2009-07-09 19:18:21.000000000 +0200 @@ -13,8 +13,8 @@ top_builddir = ../.. include $(top_builddir)/src/Makefile.global @@ -130,9 +130,9 @@ ifeq ($(PORTNAME), win32) DIRS+=pgevent endif -diff -Naur postgresql-8.4.0.orig/src/include/pg_config_manual.h postgresql-8.4.0/src/include/pg_config_manual.h ---- postgresql-8.4.0.orig/src/include/pg_config_manual.h 2009-06-11 16:49:08.000000000 +0200 -+++ postgresql-8.4.0/src/include/pg_config_manual.h 2009-07-09 19:19:40.000000000 +0200 +diff -Naur postgresql-8.4.1.orig/src/include/pg_config_manual.h postgresql-8.4.1/src/include/pg_config_manual.h +--- postgresql-8.4.1.orig/src/include/pg_config_manual.h 2009-06-11 16:49:08.000000000 +0200 ++++ postgresql-8.4.1/src/include/pg_config_manual.h 2009-07-09 19:19:40.000000000 +0200 @@ -146,7 +146,7 @@ * here's where to twiddle it. You can also override this at runtime * with the postmaster's -k switch. @@ -142,9 +142,9 @@ /* * The random() function is expected to yield values between 0 and -diff -Naur postgresql-8.4.0.orig/src/Makefile postgresql-8.4.0/src/Makefile ---- postgresql-8.4.0.orig/src/Makefile 2009-02-24 11:06:32.000000000 +0100 -+++ postgresql-8.4.0/src/Makefile 2009-07-09 19:20:44.000000000 +0200 +diff -Naur postgresql-8.4.1.orig/src/Makefile postgresql-8.4.1/src/Makefile +--- postgresql-8.4.1.orig/src/Makefile 2009-02-24 11:06:32.000000000 +0100 ++++ postgresql-8.4.1/src/Makefile 2009-07-09 19:20:44.000000000 +0200 @@ -19,14 +19,11 @@ $(MAKE) -C backend $@ $(MAKE) -C backend/utils/mb/conversion_procs $@ @@ -161,9 +161,9 @@ install-local: installdirs-local $(INSTALL_DATA) Makefile.global '$(DESTDIR)$(pgxsdir)/$(subdir)/Makefile.global' -diff -Naur postgresql-8.4.0.orig/src/Makefile.global.in postgresql-8.4.0/src/Makefile.global.in ---- postgresql-8.4.0.orig/src/Makefile.global.in 2009-06-23 05:46:00.000000000 +0200 -+++ postgresql-8.4.0/src/Makefile.global.in 2009-07-09 19:39:46.000000000 +0200 +diff -Naur postgresql-8.4.1.orig/src/Makefile.global.in postgresql-8.4.1/src/Makefile.global.in +--- postgresql-8.4.1.orig/src/Makefile.global.in 2009-06-23 05:46:00.000000000 +0200 ++++ postgresql-8.4.1/src/Makefile.global.in 2009-07-09 19:39:46.000000000 +0200 @@ -443,6 +441,8 @@ LDFLAGS += $(PROFILE) endif @@ -173,9 +173,9 @@ ########################################################################## # -diff -Naur postgresql-8.4.0.orig/src/port/Makefile postgresql-8.4.0/src/port/Makefile ---- postgresql-8.4.0.orig/src/port/Makefile 2008-11-25 19:19:31.000000000 +0100 -+++ postgresql-8.4.0/src/port/Makefile 2009-07-09 19:24:34.000000000 +0200 +diff -Naur postgresql-8.4.1.orig/src/port/Makefile postgresql-8.4.1/src/port/Makefile +--- postgresql-8.4.1.orig/src/port/Makefile 2008-11-25 19:19:31.000000000 +0100 ++++ postgresql-8.4.1/src/port/Makefile 2009-07-09 19:24:34.000000000 +0200 @@ -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) @@ -190,9 +190,9 @@ installdirs: $(mkinstalldirs) '$(DESTDIR)$(libdir)' -diff -Naur postgresql-8.4.0.orig/src/test/regress/GNUmakefile postgresql-8.4.0/src/test/regress/GNUmakefile ---- postgresql-8.4.0.orig/src/test/regress/GNUmakefile 2009-01-01 18:24:04.000000000 +0100 -+++ postgresql-8.4.0/src/test/regress/GNUmakefile 2009-07-09 19:28:25.000000000 +0200 +diff -Naur postgresql-8.4.1.orig/src/test/regress/GNUmakefile postgresql-8.4.1/src/test/regress/GNUmakefile +--- postgresql-8.4.1.orig/src/test/regress/GNUmakefile 2009-01-01 18:24:04.000000000 +0100 ++++ postgresql-8.4.1/src/test/regress/GNUmakefile 2009-07-09 19:28:25.000000000 +0200 @@ -141,7 +141,7 @@ pg_regress_call = ./pg_regress --inputdir=$(srcdir) --dlpath=. --multibyte=$(MULTIBYTE) --load-language=plpgsql $(NOLOCALE)