diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-19 03:03:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-19 03:03:49 +0000 |
commit | 1f2f4c68c5321756bf364e29144ab23d1e82ad71 (patch) | |
tree | b4cd9e150381c0242e2d33ffa75828f3b77e5d68 /databases/postgresql | |
parent | fcf4816dce038ef28316f7b8ac1bb8b0a23dce9e (diff) | |
download | pkgsrc-1f2f4c68c5321756bf364e29144ab23d1e82ad71.tar.gz |
Update databases/postgresql to version 7.2.3.
This has a variety of fixes from 7.2.2, including fixes to prevent
possible data loss.
A dump/restore is *not* required for those running 7.2.X.
Changes from version 7.2.2 include:
Prevent possible compressed transaction log loss (Tom)
Prevent non-superuser from increasing most recent vacuum info (Tom)
Handle pre-1970 date values in newer versions of glibc (Tom)
Fix possible hang during server shutdown
Prevent spinlock hangs on SMP PPC machines (Tomoyuki Niijima)
Fix pg_dump to properly dump FULL JOIN USING (Tom)
Diffstat (limited to 'databases/postgresql')
-rw-r--r-- | databases/postgresql/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/postgresql/Makefile.common b/databases/postgresql/Makefile.common index cc04d410c78..e8a00e6807b 100644 --- a/databases/postgresql/Makefile.common +++ b/databases/postgresql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.30 2002/09/26 09:56:07 abs Exp $ +# $NetBSD: Makefile.common,v 1.31 2002/10/19 03:03:49 jlam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -34,7 +34,7 @@ PATCHDIR?= ${.CURDIR}/../../databases/postgresql/patches # DIST_VERS version number on the postgresql distfile # BASE_VERS pkgsrc-mangled version number (convert pl -> .) # -DIST_VERS?= 7.2.2 +DIST_VERS?= 7.2.3 BASE_VERS?= ${DIST_VERS} BUILDLINK_DEPENDS.postgresql-lib?= postgresql-lib>=${BASE_VERS} diff --git a/databases/postgresql/distinfo b/databases/postgresql/distinfo index be7f233e380..6e729a0d0d8 100644 --- a/databases/postgresql/distinfo +++ b/databases/postgresql/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2002/09/01 01:14:29 jonb Exp $ +$NetBSD: distinfo,v 1.13 2002/10/19 03:03:50 jlam Exp $ -SHA1 (postgresql-7.2.2.tar.gz) = 69ef43ef5d22d4ae675ff12e05d98e2be557e3f5 -Size (postgresql-7.2.2.tar.gz) = 9239158 bytes +SHA1 (postgresql-7.2.3.tar.gz) = f98acadb3b06ea0f09f82857ca880ec198e3c791 +Size (postgresql-7.2.3.tar.gz) = 9244039 bytes SHA1 (patch-aa) = 598f14b74b0dc54680ed85f4c26b6396898f5a7e SHA1 (patch-ab) = 0d1dee0d7c8b3bbff8507e18b9561c0b198f409f SHA1 (patch-ac) = eaed6eaeb65e3bb394252c5cb97a306bffb3e503 |