summaryrefslogtreecommitdiff
path: root/databases/postgresql80/options.mk
diff options
context:
space:
mode:
authoradam <adam>2006-10-18 18:38:57 +0000
committeradam <adam>2006-10-18 18:38:57 +0000
commitd9e6085edd49ab346738e00e5c1c8568a148605d (patch)
tree2b2c06207014be0bd73fa6fef28aeb67c1f9b329 /databases/postgresql80/options.mk
parent1b413907f406b489b6ef4fd8116fa7ee93a0dd44 (diff)
downloadpkgsrc-d9e6085edd49ab346738e00e5c1c8568a148605d.tar.gz
Changes 8.0.9:
* Fix crash when referencing NEW row values in rule WHERE expressions (Tom) * Fix core dump when an untyped literal is taken as ANYARRAY * Fix mishandling of AFTER triggers when query contains a SQL function returning multiple rows (Tom) * Fix "ALTER TABLE ... TYPE" to recheck NOT NULL for USING clause (Tom) * Fix string_to_array() to handle overlapping matches for the separator string For example, string_to_array('123xx456xxx789', 'xx'). * Fix corner cases in pattern matching for psql's \d commands * Fix index-corrupting bugs in /contrib/ltree (Teodor) * Numerous robustness fixes in ecpg (Joachim Wieland) * Fix backslash escaping in /contrib/dbmirror * Fix instability of statistics collection on Win32 (Tom, Andrew) * Fixes for AIX and Intel compilers (Tom)
Diffstat (limited to 'databases/postgresql80/options.mk')
-rw-r--r--databases/postgresql80/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql80/options.mk b/databases/postgresql80/options.mk
index 498b2a404a9..b37bb78cc0d 100644
--- a/databases/postgresql80/options.mk
+++ b/databases/postgresql80/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2005/10/23 20:16:52 jlam Exp $
+# $NetBSD: options.mk,v 1.4 2006/10/18 18:38:57 adam Exp $
PKG_SUPPORTED_OPTIONS+= pgsql-hier-query
@@ -9,7 +9,7 @@ PKG_SUPPORTED_OPTIONS+= pgsql-hier-query
###
.if !empty(PKG_OPTIONS:Mpam)
. include "../../mk/pam.buildlink3.mk"
-CONFIGURE_ARGS+= --with-pam
+CONFIGURE_ARGS+= --with-pam
.endif
###