Re: The suppress_redundant_updates_trigger() works incorrectly

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: The suppress_redundant_updates_trigger() works incorrectly
Дата
Msg-id 4911EAF9.6060301@dunslane.net
обсуждение исходный текст
Ответ на Re: The suppress_redundant_updates_trigger() works incorrectly  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: The suppress_redundant_updates_trigger() works incorrectly  (KaiGai Kohei <kaigai@ak.jp.nec.com>)
Список pgsql-hackers

Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>   
>> Tom Lane wrote:
>>     
>>> ... however, it seems reasonable to assume that the *new* tuple is just
>>> local storage.  Why don't you just poke the old tuple's OID into the new
>>> one before comparing?
>>>       
>
>   
>> OK, that will be easy enough. I assume I should still put InvalidOid 
>> back again afterwards, in case someone downstream relies on it.
>>     
>
> Can't imagine what ...
>
>             
>   

OK, left off - anything for speed.

fix committed.

cheers

andrew


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: The suppress_redundant_updates_trigger() works incorrectly
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: The suppress_redundant_updates_trigger() works incorrectly