aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql80-client
diff options
context:
space:
mode:
authorgirgen <girgen@FreeBSD.org>2006-01-10 01:30:38 +0800
committergirgen <girgen@FreeBSD.org>2006-01-10 01:30:38 +0800
commit3c4267135743d7069f6d1b334d284c564a4a7db0 (patch)
treeb7b6a6719be32462b8862b1461e02c7fa4ed62c4 /databases/postgresql80-client
parent6ecef6434af858c374cb284a69fc59be1bb41ef1 (diff)
downloadfreebsd-ports-gnome-3c4267135743d7069f6d1b334d284c564a4a7db0.tar.gz
freebsd-ports-gnome-3c4267135743d7069f6d1b334d284c564a4a7db0.tar.zst
freebsd-ports-gnome-3c4267135743d7069f6d1b334d284c564a4a7db0.zip
Update postgresql with latest patch release.
A critical fix repairs an error in ReadBuffer that can cause data loss due to overwriting recently-added pages. This applies to the 8.1 and 8.0 branches on all platforms. Note that this update might require a reindex of textual columns under certain conditions; please see UPDATING. Other fixes included are: -- Character string locale comparison bug. This may require a REINDEX on text column indexes in some locales, such as Hungarian. -- Prevent accidental changes of locale by plperl -- Two fixes for Japanese encodings -- Two fixes for COPY CSV -- Fixes for functions returning RECORD -- Fixes to autovacuum, dblink and pgcrypto
Diffstat (limited to 'databases/postgresql80-client')
-rw-r--r--databases/postgresql80-client/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql80-client/Makefile b/databases/postgresql80-client/Makefile
index 455541953e21..9b3ce9abf9d7 100644
--- a/databases/postgresql80-client/Makefile
+++ b/databases/postgresql80-client/Makefile
@@ -15,7 +15,7 @@ COMMENT= PostgreSQL database (client)
MASTERDIR= ${.CURDIR}/../postgresql80-server
-BUILD_DIRS= src/include src/interfaces src/bin doc src/makefiles
+BUILD_DIRS= config src/include src/interfaces src/bin doc src/makefiles
CLIENT_ONLY= yes
INSTALLS_SHLIB= yes