summaryrefslogtreecommitdiff
path: root/databases/postgresql80-client
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2006-01-09 17:30:38 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2006-01-09 17:30:38 +0000
commit1d992c44d756ba5dc5945dae476f59cf8c1d458f (patch)
tree3141122566df8a348ec009894406be0f78738709 /databases/postgresql80-client
parent- Add support for version 2 audio atoms in QuickTime containers (diff)
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
Notes
Notes: svn path=/head/; revision=153149
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