summaryrefslogtreecommitdiff
path: root/databases/postgresql73-client/Makefile
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-10-10 17:46:07 +0000
committerjdolecek <jdolecek>2004-10-10 17:46:07 +0000
commit8e888ec4fbad00ee6d020f16678b093a0d3b53d1 (patch)
tree88f493f9a34dbb7d32a730c754a7a4fbd77f1544 /databases/postgresql73-client/Makefile
parent597c75879b2f59890d168f81163cc1f3acfaafd4 (diff)
downloadpkgsrc-8e888ec4fbad00ee6d020f16678b093a0d3b53d1.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-client/Makefile')
-rw-r--r--databases/postgresql73-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql73-client/Makefile b/databases/postgresql73-client/Makefile
index 145f13cc750..26089c8e1d9 100644
--- a/databases/postgresql73-client/Makefile
+++ b/databases/postgresql73-client/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2004/10/10 15:58:03 jdolecek Exp $
+# $NetBSD: Makefile,v 1.4 2004/10/10 17:46:07 jdolecek Exp $
PKGNAME= postgresql73-client-${BASE_VERS}
-PKGREVISION= 1
+PKGREVISION= # empty
SVR4_PKGNAME= pstgc
COMMENT= PostgreSQL database client programs