From: Tom Lane Date: Sun, 16 Sep 2007 03:04:09 +0000 (+0000) Subject: Update release notes for last-minute fix. X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=f9cecb2e2797aa96c1d005a28f8f2dc4129813f4;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 bf36b8b4dc..daec04179f 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)