Date: Thu, 11 Mar 2004 14:20:43 +0100 (CET) From: Palle Girgensohn <girgen@pingpong.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/64105: [PATCH] databases/postgresql: update to 7.4.2 Message-ID: <200403111320.i2BDKhRp083592@banan.pingpong.net> Resent-Message-ID: <200403111330.i2BDUEJk005214@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 64105 >Category: ports >Synopsis: [PATCH] databases/postgresql: update to 7.4.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Mar 11 05:30:13 PST 2004 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 4.9-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD banan.pingpong.net 4.9-RELEASE-p3 FreeBSD 4.9-RELEASE-p3 #3: Tue Mar 2 23:36:04 CET >Description: - Update to 7.4.2 * Fix pg_statistics alignment bug that could crash optimizer * Allow non-super users to update pg_settings * Fix several optimizer bugs, most of which led to "variable not found in subplan target lists" errors * Avoid out-of-memory failure during startup of large multiple index scan * Fix multibyte problem that could lead to "out of memory" error during "COPY IN" * Fix problems with "SELECT INTO" / "CREATE TABLE AS" from tables without OIDs * Fix problems with "alter_table" regression test during parallel testing * Fix problems with hitting open file limit, especially on OS X (Tom) * Partial fix for Turkish-locale issues * Make pg_dump set client encoding on restore * Other minor pg_dump fixes * Allow ecpg to again use C keywords as column names (Michael) * Added ecpg WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE (Michael) * Fix ecpg crash for queries calling set-returning functions (Michael) * Various other ecpg fixes (Michael) * Fixes for Borland compiler * Thread build improvements (Bruce) * Various other build fixes * Various JDBC fixes Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- postgresql-7.4.2.patch begins here --- Index: Makefile =================================================================== RCS file: /misc/ncvs/ports/databases/postgresql7/Makefile,v retrieving revision 1.124 diff -u -u -r1.124 Makefile --- Makefile 5 Feb 2004 13:02:11 -0000 1.124 +++ Makefile 11 Mar 2004 12:41:15 -0000 @@ -6,8 +6,8 @@ # PORTNAME?= postgresql -PORTVERSION?= 7.4.1 -PORTREVISION?= 1 +PORTVERSION?= 7.4.2 +PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= ${MASTER_SITE_PGSQL} MASTER_SITE_SUBDIR= source/v${PORTVERSION} Index: distinfo =================================================================== RCS file: /misc/ncvs/ports/databases/postgresql7/distinfo,v retrieving revision 1.31 diff -u -u -r1.31 distinfo --- distinfo 25 Dec 2003 10:55:38 -0000 1.31 +++ distinfo 11 Mar 2004 12:45:44 -0000 @@ -1,4 +1,4 @@ -MD5 (postgresql/postgresql-base-7.4.1.tar.bz2) = 6a608caae10fb1d90bf3c7bdcc56b876 -MD5 (postgresql/postgresql-opt-7.4.1.tar.bz2) = 5c2c63741d9c7a4168b29e4b4439b0c7 -MD5 (postgresql/postgresql-test-7.4.1.tar.bz2) = 23ddb087901fcf7bc3cf8dfa06ff45ed -MD5 (postgresql/postgresql-docs-7.4.1.tar.bz2) = c1ed614b482df37fa0b174b3f3839752 +MD5 (postgresql/postgresql-base-7.4.2.tar.bz2) = 1e397e48237aae3948266fe97807e885 +MD5 (postgresql/postgresql-docs-7.4.2.tar.bz2) = a2ba1247b26f7cd638d280d5552e75a0 +MD5 (postgresql/postgresql-test-7.4.2.tar.bz2) = 80a7f216019a7086da0d86a85347a419 +MD5 (postgresql/postgresql-opt-7.4.2.tar.bz2) = 9eb004120328def9d938c63d4a8afa64 Index: pkg-plist =================================================================== RCS file: /misc/ncvs/ports/databases/postgresql7/pkg-plist,v retrieving revision 1.39 diff -u -u -r1.39 pkg-plist --- pkg-plist 25 Dec 2003 10:55:38 -0000 1.39 +++ pkg-plist 11 Mar 2004 12:54:21 -0000 @@ -174,6 +174,7 @@ %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts.mo %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo +%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata.mo %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo %%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo --- postgresql-7.4.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403111320.i2BDKhRp083592>