summaryrefslogtreecommitdiff
path: root/databases/postgresql74-client
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-10-10 07:30:22 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-10-10 07:30:22 +0000
commit63af326456ae0d7d0250f072721be2347a8e8006 (patch)
tree57de2306c496c1eb9f3f5c323d9b56a4fef3a0ff /databases/postgresql74-client
parent4cdb14efabf88e68f0e37b3fc9a6028891918f09 (diff)
downloadpkgsrc-63af326456ae0d7d0250f072721be2347a8e8006.tar.gz
Update PostgreSQL 7.4 packages to 7.4.5. Changes are mostly reliability fixes.
Dump/restore is not necessary for 7.4.x users. Changes in 7.4.5: * Repair possible crash during concurrent btree index insertions This patch fixes a rare case in which concurrent insertions into a btree index could result in a server panic. No permanent damage would result, but it's still worth a re-release. The bug does not exist in pre-7.4 releases. Changes in 7.4.4: * 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. * Check HAVING restriction before evaluating result list of an aggregate plan * Avoid crash when session's current userID is deleted * Fix hashed crosstab for zero-rows case (Joe) * Force cache update after renaming a column in a foreign key * Pretty-print UNION queries correctly * Make psql handle \r\n newlines properly in COPY IN * pg_dump handled ACLs with grant options incorrectly * Fix thread support for OS X and Solaris * Updated JDBC driver (build 215) with various fixes * ECPG fixes * Translation updates (various contributors)
Diffstat (limited to 'databases/postgresql74-client')
-rw-r--r--databases/postgresql74-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql74-client/Makefile b/databases/postgresql74-client/Makefile
index 98e01d90fa8..24697017de1 100644
--- a/databases/postgresql74-client/Makefile
+++ b/databases/postgresql74-client/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2004/10/03 00:13:23 tv Exp $
+# $NetBSD: Makefile,v 1.8 2004/10/10 07:30:23 jdolecek Exp $
PKGNAME= postgresql74-client-${BASE_VERS}
-PKGREVISION= 2
+PKGREVISION= # empty
SVR4_PKGNAME= pstgc
COMMENT= PostgreSQL database client programs