diff options
author | adam <adam> | 2007-01-08 20:30:42 +0000 |
---|---|---|
committer | adam <adam> | 2007-01-08 20:30:42 +0000 |
commit | 6a93f6c29b8093a683d005b8fa9108966d883c6a (patch) | |
tree | 99e3626d6261d14154caa491993392c79af4d9e2 /databases/postgresql80-pltcl | |
parent | 01dde3fc22c83c5516120b8b41711f7d44d9876b (diff) | |
download | pkgsrc-6a93f6c29b8093a683d005b8fa9108966d883c6a.tar.gz |
Changes 8.0.10:
* Improve handling of getaddrinfo() on AIX
This fixes a problem with starting the statistics collector, among
other things.
* Fix "failed to re-find parent key" errors in "VACUUM"
* Fix race condition for truncation of a large relation across a
gigabyte boundary by "VACUUM"
* 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
* 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/postgresql80-pltcl')
-rw-r--r-- | databases/postgresql80-pltcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql80-pltcl/Makefile b/databases/postgresql80-pltcl/Makefile index e20a0c797dc..2c10d5b4d16 100644 --- a/databases/postgresql80-pltcl/Makefile +++ b/databases/postgresql80-pltcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/02/21 19:05:07 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2007/01/08 20:30:42 adam Exp $ PKGNAME= postgresql80-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:Q} TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh -BUILD_DIRS= ${WRKSRC}/src/pl/tcl +BUILD_DIRS= src/pl/tcl USE_LIBTOOL= yes PKG_LIBTOOL= ${PKG_SHLIBTOOL} |