summaryrefslogtreecommitdiff
path: root/databases/postgresql81-pltcl
diff options
context:
space:
mode:
authoradam <adam>2007-01-08 18:55:38 +0000
committeradam <adam>2007-01-08 18:55:38 +0000
commit4274e882e46c05a8500e4b4f445155939846a098 (patch)
treec5378bcbe485746ef5a7d7147990b01d98e69131 /databases/postgresql81-pltcl
parent0ab57a34189f13a72bda489151f6e99bac59750f (diff)
downloadpkgsrc-4274e882e46c05a8500e4b4f445155939846a098.tar.gz
Changes 8.1.6:
* Improve handling of getaddrinfo() on AIX This fixes a problem with starting the statistics collector, among other things. * Fix pg_restore to handle a tar-format backup that contains large objects (blobs) with comments * Fix "failed to re-find parent key" errors in "VACUUM" * Clean out "pg_internal.init" cache files during server restart This avoids a hazard that the cache files might contain stale data after PITR recovery. * Fix race condition for truncation of a large relation across a gigabyte boundary by "VACUUM" * Fix bug causing needless deadlock errors on row-level locks * Fix bugs affecting multi-gigabyte hash indexes * Fix possible deadlock in Windows signal handling * Fix error when constructing an ARRAY[] made up of multiple empty elements * Fix ecpg memory leak during connection * Fix for Darwin (OS X) compilation * to_number() and to_char(numeric) are now STABLE, not IMMUTABLE, for new initdb installs This is because lc_numeric can potentially change the output of these functions. * Improve index usage of regular expressions that use parentheses This improves psql \d performance also. * Update timezone database This affects Australian and Canadian daylight-savings rules in particular.
Diffstat (limited to 'databases/postgresql81-pltcl')
-rw-r--r--databases/postgresql81-pltcl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql81-pltcl/Makefile b/databases/postgresql81-pltcl/Makefile
index c90fb5e5b9d..8bd5ea94e58 100644
--- a/databases/postgresql81-pltcl/Makefile
+++ b/databases/postgresql81-pltcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/03/21 06:39:33 martti Exp $
+# $NetBSD: Makefile,v 1.3 2007/01/08 18:55:38 adam Exp $
PKGNAME= postgresql81-pltcl-${BASE_VERS}
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
@@ -12,7 +12,7 @@ CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
CONFIGURE_ENV+= TCLSH="${TCLSH}"
TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
-BUILD_DIRS= ${WRKSRC}/src/pl/tcl
+BUILD_DIRS= src/pl/tcl
USE_LIBTOOL= yes
PKG_LIBTOOL= ${PKG_SHLIBTOOL}