diff options
author | adam <adam@pkgsrc.org> | 2007-01-08 18:55:38 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-01-08 18:55:38 +0000 |
commit | 515dd4e879b62229ea2f339c1ef6fa99240764fa (patch) | |
tree | c5378bcbe485746ef5a7d7147990b01d98e69131 /databases/postgresql81-client | |
parent | dd526ea1bc047f2613e6ba4b025080c70deffb38 (diff) | |
download | pkgsrc-515dd4e879b62229ea2f339c1ef6fa99240764fa.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-client')
-rw-r--r-- | databases/postgresql81-client/Makefile | 16 | ||||
-rw-r--r-- | databases/postgresql81-client/PLIST | 6 | ||||
-rw-r--r-- | databases/postgresql81-client/buildlink3.mk | 6 |
3 files changed, 16 insertions, 12 deletions
diff --git a/databases/postgresql81-client/Makefile b/databases/postgresql81-client/Makefile index c51a36a625e..165d2d4250e 100644 --- a/databases/postgresql81-client/Makefile +++ b/databases/postgresql81-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/11/05 17:42:30 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2007/01/08 18:55:38 adam Exp $ PKGNAME= postgresql81-client-${BASE_VERS} COMMENT= PostgreSQL database client programs @@ -13,8 +13,8 @@ CONFIGURE_ARGS+= --with-openssl CONFIGURE_ARGS+= --with-readline CONFIGURE_ARGS+= --with-zlib -CONFLICTS+= postgresql81-lib-* -CONFLICTS+= postgresql81-docs-* +CONFLICTS+= postgresql81-lib-[0-9]* +CONFLICTS+= postgresql81-docs-[0-9]* # 1. The thread-safety test in ${WRSRC}/src/tools/thread does not pass on # NetBSD (missing strerror_r) or DragonFly. @@ -33,15 +33,15 @@ CONFIGURE_ARGS+= --enable-thread-safety . endif .endif -INSTALL_DIRS= ${WRKSRC}/src/include -INSTALL_DIRS+= ${WRKSRC}/src/interfaces -INSTALL_DIRS+= ${WRKSRC}/src/bin -INSTALL_DIRS+= ${WRKSRC}/doc +INSTALL_DIRS= src/include +INSTALL_DIRS+= src/interfaces +INSTALL_DIRS+= src/bin +INSTALL_DIRS+= doc BUILD_DIRS= ${INSTALL_DIRS} # Without this, the Darwin build fails (related to -bundle_loader). -BUILD_DIRS+= ${WRKSRC}/src/backend +BUILD_DIRS+= src/backend PKG_OPTIONS_VAR= PKG_OPTIONS.postgresql81-client .include "../../databases/postgresql81/options.mk" diff --git a/databases/postgresql81-client/PLIST b/databases/postgresql81-client/PLIST index 7f8cf939b75..6cf26e7896d 100644 --- a/databases/postgresql81-client/PLIST +++ b/databases/postgresql81-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2006/10/18 16:33:21 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2007/01/08 18:55:38 adam Exp $ ${PG_SUBPREFIX}bin/clusterdb ${PG_SUBPREFIX}bin/createdb ${PG_SUBPREFIX}bin/createlang @@ -950,6 +950,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-13.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-14.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-15.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-16.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-17.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-4.html @@ -965,6 +966,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-11.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-12.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-13.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-14.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-15.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-4.html @@ -975,6 +977,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-8.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-9.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-1.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-10.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-4.html @@ -988,6 +991,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-1.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-4.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-5.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1.html ${PG_SUBPREFIX}share/doc/postgresql/html/release.html ${PG_SUBPREFIX}share/doc/postgresql/html/resources.html diff --git a/databases/postgresql81-client/buildlink3.mk b/databases/postgresql81-client/buildlink3.mk index 7a35b79577f..7b93ad345d8 100644 --- a/databases/postgresql81-client/buildlink3.mk +++ b/databases/postgresql81-client/buildlink3.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink3.mk,v 1.7 2006/12/12 21:52:35 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2007/01/08 18:55:38 adam Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ POSTGRESQL81_CLIENT_BUILDLINK3_MK:= ${POSTGRESQL81_CLIENT_BUILDLINK3_MK}+ .include "../../mk/bsd.fast.prefs.mk" -.if !empty(BUILDLINK_DEPTH:M+) +.if ${BUILDLINK_DEPTH} == "+" BUILDLINK_DEPENDS+= postgresql81-client .endif @@ -13,7 +13,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npostgresql81-client} BUILDLINK_PACKAGES+= postgresql81-client BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}postgresql81-client -.if !empty(POSTGRESQL81_CLIENT_BUILDLINK3_MK:M+) +.if ${POSTGRESQL81_CLIENT_BUILDLINK3_MK} == "+" BUILDLINK_API_DEPENDS.postgresql81-client+= postgresql81-client>=8.1.0 BUILDLINK_PKGSRCDIR.postgresql81-client?= ../../databases/postgresql81-client |