Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e850e30

Browse files
committed
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.
1 parent da99cce commit e850e30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

HISTORY

+2-2
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,8 @@ Query Changes
462462
In prior releases, LIMIT/OFFSET could only use constants, not
463463
expressions.
464464
* Implement CREATE TABLE AS EXECUTE (Neil, Peter)
465+
* Don't lock referenced row when "UPDATE" doesn't change foreign
466+
key's value (Jan)
465467
_________________________________________________________________
466468

467469
Object Manipulation Changes
@@ -938,8 +940,6 @@ Changes
938940
* Repair sometimes-incorrect computation of StartUpID after a crash
939941
* Avoid slowness with lots of deferred triggers in one transaction
940942
(Stephan)
941-
* Don't lock referenced row when "UPDATE" doesn't change foreign
942-
key's value (Jan)
943943
* Use "-fPIC" not "-fpic" on Sparc (Tom Callaway)
944944
* Repair lack of schema-awareness in contrib/reindexdb
945945
* Fix contrib/intarray error for zero-element result array (Teodor)

doc/src/sgml/release.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.253 2004/02/10 20:51:39 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.254 2004/02/12 20:17:34 momjian Exp $
33
-->
44

55
<appendix id="release">
@@ -1056,6 +1056,7 @@ DROP SCHEMA information_schema CASCADE;
10561056
<listitem>
10571057
<para>Implement <literal>CREATE TABLE AS EXECUTE</literal> (Neil, Peter)</para>
10581058
</listitem>
1059+
<listitem><para>Don't lock referenced row when <command>UPDATE</command> doesn't change foreign key's value (Jan)</para></listitem>
10591060
</itemizedlist>
10601061
</sect3>
10611062

@@ -2089,7 +2090,6 @@ DROP SCHEMA information_schema CASCADE;
20892090
<itemizedlist>
20902091
<listitem><para>Repair sometimes-incorrect computation of StartUpID after a crash</para></listitem>
20912092
<listitem><para>Avoid slowness with lots of deferred triggers in one transaction (Stephan)</para></listitem>
2092-
<listitem><para>Don't lock referenced row when <command>UPDATE</command> doesn't change foreign key's value (Jan)</para></listitem>
20932093
<listitem><para>Use <command>-fPIC</command> not <command>-fpic</command> on Sparc (Tom Callaway)</para></listitem>
20942094
<listitem><para>Repair lack of schema-awareness in contrib/reindexdb</para></listitem>
20952095
<listitem><para>Fix contrib/intarray error for zero-element result array (Teodor)</para></listitem>

0 commit comments

Comments
 (0)