summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2007-09-16 03:03:55 +0000
committerTom Lane2007-09-16 03:03:55 +0000
commit0a3b51efa02a8facb55ad41b58d80201e967c257 (patch)
treea364c9f1e4d4324e8e95dd3e225a2b2dfc4f30c1
parent11a8925afd066e80d01f8709c747b20ef6616dbc (diff)
Update release notes for last-minute fix.REL7_4_18
-rw-r--r--doc/src/sgml/release.sgml18
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 903e3146390..12873c5c4e9 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.235.2.57 2007/09/14 16:01:03 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.235.2.58 2007/09/16 03:03:55 tgl Exp $ -->
<!--
Typical markup:
@@ -65,6 +65,14 @@ do it for earlier branch release files.
<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)
</para>
</listitem>
@@ -3315,6 +3323,14 @@ DROP SCHEMA information_schema CASCADE;
<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)
</para>
</listitem>