summaryrefslogtreecommitdiff
path: root/databases/postgresql73-pltcl
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-10-10 17:46:07 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-10-10 17:46:07 +0000
commit7103b7f63d5cafb2c78f0cbd9de3b3d62b4f095a (patch)
tree88f493f9a34dbb7d32a730c754a7a4fbd77f1544 /databases/postgresql73-pltcl
parent864707dc01fb1b97474a9dda2dbdb55d156454e4 (diff)
downloadpkgsrc-7103b7f63d5cafb2c78f0cbd9de3b3d62b4f095a.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-pltcl')
-rw-r--r--databases/postgresql73-pltcl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql73-pltcl/Makefile b/databases/postgresql73-pltcl/Makefile
index f3daf48d925..605254c69a5 100644
--- a/databases/postgresql73-pltcl/Makefile
+++ b/databases/postgresql73-pltcl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2004/10/03 00:13:23 tv Exp $
+# $NetBSD: Makefile,v 1.3 2004/10/10 17:46:07 jdolecek Exp $
PKGNAME= postgresql73-pltcl-${BASE_VERS}
-PKGREVISION= 1
+PKGREVISION= # empty
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
DEPENDS+= postgresql73-server>=${BASE_VERS}:../../databases/postgresql73-server