diff options
author | Tom Lane | 2007-09-16 03:04:09 +0000 |
---|---|---|
committer | Tom Lane | 2007-09-16 03:04:09 +0000 |
commit | 1aea75f047e44277e07742f950b85fe670a82d01 (patch) | |
tree | de154434f50660461dcb16a4eba2d0c372e52274 | |
parent | 2f2baf929931b66cbb39ef93a3f764792cfe26b6 (diff) |
Update release notes for last-minute fix.REL7_3_20
-rw-r--r-- | doc/src/sgml/release.sgml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 790d5282936..7ce0c27c568 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.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 $ --> <!-- 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> |