summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-02-12 20:18:13 +0000
committerBruce Momjian <bruce@momjian.us>2004-02-12 20:18:13 +0000
commitc37a75a529d789b4aaf7544356032e806dbd8e06 (patch)
tree618afc089c040fed2478ed701727f89c3da6434d /doc
parentf8cdde14dacd8cc0181e79de95ad3934ae1fe134 (diff)
downloadpostgresql-c37a75a529d789b4aaf7544356032e806dbd8e06.tar.gz
Jan:
someone asked me about the FK deadlock fix, mentioned in the 7.3.3 release notes as 3rd change: http://www.postgresql.org/docs/current/static/release-7-3-3.html Actually, that fix was available with 7.4, not 7.3. Don't know if we can retroactively change the release-notes though.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/sgml/release.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 18d6dfbb69..27ca99aed6 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.235.2.16 2003/12/21 18:06:26 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.235.2.17 2004/02/12 20:18:13 momjian Exp $
-->
<appendix id="release">
@@ -1054,6 +1054,7 @@ DROP SCHEMA information_schema CASCADE;
<listitem>
<para>Implement <literal>CREATE TABLE AS EXECUTE</literal> (Neil, Peter)</para>
</listitem>
+ <listitem><para>Don't lock referenced row when <command>UPDATE</command> doesn't change foreign key's value (Jan)</para></listitem>
</itemizedlist>
</sect3>
@@ -2086,7 +2087,6 @@ DROP SCHEMA information_schema CASCADE;
<itemizedlist>
<listitem><para>Repair sometimes-incorrect computation of StartUpID after a crash</para></listitem>
<listitem><para>Avoid slowness with lots of deferred triggers in one transaction (Stephan)</para></listitem>
-<listitem><para>Don't lock referenced row when <command>UPDATE</command> doesn't change foreign key's value (Jan)</para></listitem>
<listitem><para>Use <command>-fPIC</command> not <command>-fpic</command> on Sparc (Tom Callaway)</para></listitem>
<listitem><para>Repair lack of schema-awareness in contrib/reindexdb</para></listitem>
<listitem><para>Fix contrib/intarray error for zero-element result array (Teodor)</para></listitem>