We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2baf9 commit 1aea75fCopy full SHA for 1aea75f
doc/src/sgml/release.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.163.2.46 2007/09/14 15:57:27 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.163.2.47 2007/09/16 03:04:09 tgl Exp $ -->
2
<!--
3
4
Typical markup:
@@ -63,6 +63,14 @@ do it for earlier branch release files.
63
64
<itemizedlist>
65
66
+ <listitem>
67
+ <para>
68
+ Prevent index corruption when a transaction inserts rows and
69
+ then aborts close to the end of a concurrent <command>VACUUM</>
70
+ on the same table (Tom)
71
+ </para>
72
+ </listitem>
73
+
74
<listitem>
75
<para>
76
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
0 commit comments