diff options
author | girgen <girgen@FreeBSD.org> | 2006-01-10 01:30:38 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2006-01-10 01:30:38 +0800 |
commit | 3c4267135743d7069f6d1b334d284c564a4a7db0 (patch) | |
tree | b7b6a6719be32462b8862b1461e02c7fa4ed62c4 /databases/postgresql80-client | |
parent | 6ecef6434af858c374cb284a69fc59be1bb41ef1 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |