Bug 64105 - [PATCH] databases/postgresql: update to 7.4.2
Summary: [PATCH] databases/postgresql: update to 7.4.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergey A. Osokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-11 13:30 UTC by Palle Girgensohn
Modified: 2004-03-11 14:46 UTC (History)
0 users

See Also:


Attachments
postgresql-7.4.2.patch (2.11 KB, patch)
2004-03-11 13:30 UTC, Palle Girgensohn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Palle Girgensohn 2004-03-11 13:30:13 UTC
- 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
Comment 1 Sergey A. Osokin freebsd_committer freebsd_triage 2004-03-11 13:33:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->osa

I'll handle this.
Comment 2 osa 2004-03-11 14:10:20 UTC
On Thu, Mar 11, 2004 at 02:20:43PM +0100, Palle Girgensohn wrote:
> 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

What do you think if I sizefy this distfiles?
Thanks.
-- 

Regards,                 /"\  ascii ribbon campaign
Sergey "ozz" Osokin,     \ /    against html mail
http://ozz.pp.ru/         X         and news
                         / \
Comment 3 Sergey A. Osokin freebsd_committer freebsd_triage 2004-03-11 14:46:23 UTC
State Changed
From-To: open->closed

Committed, thanks!