From dcb640f8a92c0e5c0f59a866b677dccfda2d1fd8 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 16 Sep 2007 03:03:40 +0000 Subject: [PATCH] Update release notes for last-minute fix. --- doc/src/sgml/release.sgml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 57a5e50860..4ef4b40760 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) @@ -3668,6 +3676,14 @@ typedefs (Michael) + + + 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) @@ -6918,6 +6934,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) -- 2.39.5