From: Tom Lane Date: Sun, 16 Sep 2007 03:03:55 +0000 (+0000) Subject: Update release notes for last-minute fix. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=301f830107c9891f6969a06a44f31b69f3531043;p=users%2Fbernd%2Fpostgres.git Update release notes for last-minute fix. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index cc946c60e8..1f638c35c6 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -63,6 +63,14 @@ do it for earlier branch release files. + + + Prevent index corruption when a transaction inserts rows and + then aborts close to the end of a concurrent VACUUM + on the same table (Tom) + + + Make CREATE DOMAIN ... DEFAULT NULL work properly (Tom) @@ -3313,6 +3321,14 @@ DROP SCHEMA information_schema CASCADE; + + + Prevent index corruption when a transaction inserts rows and + then aborts close to the end of a concurrent VACUUM + on the same table (Tom) + + + Make CREATE DOMAIN ... DEFAULT NULL work properly (Tom)