diff options
author | girgen <girgen@FreeBSD.org> | 2017-02-09 23:22:44 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2017-02-09 23:22:44 +0800 |
commit | b7d7e7021bf2836bdf0b5cc4a16e89346cf4f4d7 (patch) | |
tree | 743aa914c29fdb325d251d9a5e26c464263d9526 /databases/postgresql95-server/distinfo | |
parent | 04e71b51671ea2d9881132e817985528edbbcf57 (diff) | |
download | freebsd-ports-gnome-b7d7e7021bf2836bdf0b5cc4a16e89346cf4f4d7.tar.gz freebsd-ports-gnome-b7d7e7021bf2836bdf0b5cc4a16e89346cf4f4d7.tar.zst freebsd-ports-gnome-b7d7e7021bf2836bdf0b5cc4a16e89346cf4f4d7.zip |
PostgreSQL 9.6.2, 9.5.6, 9.4.11, 9.3.16 and 9.2.20 released!
The PostgreSQL Global Development Group has released an update to all supported
versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and
9.2.20. This release includes fixes that prevent data corruption issues in
index builds and in certain write-ahead-log replay situations, which are
detailed below. It also patches over 75 other bugs reported over the last three
months.
Users should plan to apply this update at the next scheduled downtime.
Build corruption with CREATE INDEX CONCURRENTLY
There existed a race condition if CREATE INDEX CONCURRENTLY was called on a
column that had not been indexed before, then rows that were updated by
transactions running at the same time as the CREATE INDEX CONCURRENTLY command
could have been indexed incorrectly.
If you suspect this may have happened, the most reliable solution is to rebuild
affected indexes after installing this update.
This issue is present in the 9.2, 9.3, 9.4, 9.5, and 9.6 series of PostgreSQL.
URL https://www.postgresql.org/about/news/1733/
Diffstat (limited to 'databases/postgresql95-server/distinfo')
-rw-r--r-- | databases/postgresql95-server/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql95-server/distinfo b/databases/postgresql95-server/distinfo index d90c62a7e15d..2330a71bd3ed 100644 --- a/databases/postgresql95-server/distinfo +++ b/databases/postgresql95-server/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1477347770 -SHA256 (postgresql/postgresql-9.5.5.tar.bz2) = 02c65290be74de6604c3fed87c9fd3e6b32e949f0ab8105a75bd7ed5aa71f394 -SIZE (postgresql/postgresql-9.5.5.tar.bz2) = 18525082 +TIMESTAMP = 1486640626 +SHA256 (postgresql/postgresql-9.5.6.tar.bz2) = bb9e5f6d34e20783e96e10c1d6c0c09c31749e802aaa46b793ce2522725ae12f +SIZE (postgresql/postgresql-9.5.6.tar.bz2) = 18598551 SHA256 (postgresql/pg-954-icu-2016-08-10.diff.gz) = 5fa083ec38087d6a0961642208f012e902221270708b919b92e9eedaa755e365 SIZE (postgresql/pg-954-icu-2016-08-10.diff.gz) = 5952 |