mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Update release notes for last-minute fix.
This commit is contained in:
parent
11a8925afd
commit
0a3b51efa0
@ -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:
|
Typical markup:
|
||||||
@ -63,6 +63,14 @@ do it for earlier branch release files.
|
|||||||
|
|
||||||
<itemizedlist>
|
<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>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
|
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
|
||||||
@ -3313,6 +3321,14 @@ DROP SCHEMA information_schema CASCADE;
|
|||||||
|
|
||||||
<itemizedlist>
|
<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>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
|
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
|
||||||
|
Loading…
Reference in New Issue
Block a user