Re: bug in 7.4 ... - Mailing list pgsql-hackers

From Tom Lane
Subject Re: bug in 7.4 ...
Date
Msg-id 29987.1068561377@sss.pgh.pa.us
Whole thread Raw
In response to bug in 7.4 ...  (Hans-Jürgen Schönig <postgres@cybertec.at>)
List pgsql-hackers
Hans-Jürgen Schönig <postgres@cybertec.at> writes:
> I have seen that a bug related to duplicated keys is in 7.4rc2. As far 
> as I have seen a bug like that has already been discovered during the 
> 7.3 era. Is this bug going to be fixed?

We do not have, and never have had, deferred unique constraints, which
is what would be needed to make this UPDATE work safely.  As-is, you
update the '5' entry to '4', and this fails if the '4' row hasn't been
updated yet, which depends on the order the rows happen to be visited
in.

It's on the TODO list but don't hold your breath ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: 7.4RC2 regression failur and not running stats collector process on Solaris
Next
From: Andrew Dunstan
Date:
Subject: Re: bugzilla (Was: What do you want me to do?)