diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-10-10 17:46:07 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-10-10 17:46:07 +0000 |
commit | 0b1905944804d04b625690d023e2d4dabac65ef7 (patch) | |
tree | 88f493f9a34dbb7d32a730c754a7a4fbd77f1544 /databases/postgresql73/Makefile.common | |
parent | a9012e14b305ba22dac2a35556c7c7e3ab4f8064 (diff) | |
download | pkgsrc-0b1905944804d04b625690d023e2d4dabac65ef7.tar.gz |
Update to PostgreSQL 7.3.7.
Changes:
* Prevent possible loss of committed transactions during crash
Due to insufficient interlocking between transaction commit and
checkpointing, it was possible for transactions committed just
before the most recent checkpoint to be lost, in whole or in part,
following a database crash and restart. This is a serious bug that
has existed since PostgreSQL 7.1.
* Remove asymmetrical word processing in tsearch (Teodor)
* Properly schema-qualify function names when pg_dump'ing a CAST
Diffstat (limited to 'databases/postgresql73/Makefile.common')
-rw-r--r-- | databases/postgresql73/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql73/Makefile.common b/databases/postgresql73/Makefile.common index d09fc2048fa..4174b8fa58e 100644 --- a/databases/postgresql73/Makefile.common +++ b/databases/postgresql73/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2004/10/10 17:27:43 jdolecek Exp $ +# $NetBSD: Makefile.common,v 1.4 2004/10/10 17:46:07 jdolecek Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -33,7 +33,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql73/patches # BASE_VERS pkgsrc-mangled version number (convert pl -> .) # # Note: Do not forget jdbc-postgresql when updating version -DIST_VERS?= 7.3.6 +DIST_VERS?= 7.3.7 BASE_VERS?= ${DIST_VERS} BUILDLINK_DEPENDS.postgresql73-lib?= postgresql73-lib>=${BASE_VERS} |