From c37a75a529d789b4aaf7544356032e806dbd8e06 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 12 Feb 2004 20:18:13 +0000 Subject: 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. --- doc/src/sgml/release.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 @@ @@ -1054,6 +1054,7 @@ DROP SCHEMA information_schema CASCADE; Implement CREATE TABLE AS EXECUTE (Neil, Peter) + Don't lock referenced row when UPDATE doesn't change foreign key's value (Jan) @@ -2086,7 +2087,6 @@ DROP SCHEMA information_schema CASCADE; Repair sometimes-incorrect computation of StartUpID after a crash Avoid slowness with lots of deferred triggers in one transaction (Stephan) -Don't lock referenced row when UPDATE doesn't change foreign key's value (Jan) Use -fPIC not -fpic on Sparc (Tom Callaway) Repair lack of schema-awareness in contrib/reindexdb Fix contrib/intarray error for zero-element result array (Teodor) -- cgit v1.2.1