diff options
| author | Palle Girgensohn <girgen@FreeBSD.org> | 2006-01-09 17:30:38 +0000 |
|---|---|---|
| committer | Palle Girgensohn <girgen@FreeBSD.org> | 2006-01-09 17:30:38 +0000 |
| commit | 1d992c44d756ba5dc5945dae476f59cf8c1d458f (patch) | |
| tree | 3141122566df8a348ec009894406be0f78738709 /databases/postgresql81-client/Makefile | |
| 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
Diffstat (limited to 'databases/postgresql81-client/Makefile')
| -rw-r--r-- | databases/postgresql81-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql81-client/Makefile b/databases/postgresql81-client/Makefile index 72c9b9793ea0..9299683e5a89 100644 --- a/databases/postgresql81-client/Makefile +++ b/databases/postgresql81-client/Makefile @@ -9,7 +9,7 @@ PORTNAME= postgresql PKGNAMESUFFIX= -client -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= PostgreSQL database (client) |
