]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Update release notes for last-minute fix. REL8_0_14
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Sep 2007 03:03:40 +0000 (03:03 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Sep 2007 03:03:40 +0000 (03:03 +0000)
doc/src/sgml/release.sgml

index 1759968893ac2062b4aca522e1532ecc11831120..18c54a9c9c3892d1f5e9ac1c3602ff372d3d1d17 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.321.4.39 2007/09/14 16:04:35 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.321.4.40 2007/09/16 03:03:40 tgl Exp $ -->
 <!--
 
 Typical markup:
@@ -63,6 +63,14 @@ do it for earlier branch release files.
 
     <itemizedlist>
 
+     <listitem>
+      <para>
+       Prevent index corruption when a transaction inserts rows and
+       then aborts close to the end of a concurrent <command>VACUUM</>
+       on the same table (Tom)
+      </para>
+     </listitem>
+
      <listitem>
       <para>
        Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
@@ -3668,6 +3676,14 @@ typedefs (Michael)</para></listitem>
 
     <itemizedlist>
 
+     <listitem>
+      <para>
+       Prevent index corruption when a transaction inserts rows and
+       then aborts close to the end of a concurrent <command>VACUUM</>
+       on the same table (Tom)
+      </para>
+     </listitem>
+
      <listitem>
       <para>
        Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
@@ -6918,6 +6934,14 @@ DROP SCHEMA information_schema CASCADE;
 
     <itemizedlist>
 
+     <listitem>
+      <para>
+       Prevent index corruption when a transaction inserts rows and
+       then aborts close to the end of a concurrent <command>VACUUM</>
+       on the same table (Tom)
+      </para>
+     </listitem>
+
      <listitem>
       <para>
        Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)