mirror of
https://github.com/postgres/postgres.git
synced 2025-08-17 01:02:17 +03:00
Update release notes for last-minute fix.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user