Re: The suppress_redundant_updates_trigger() works incorrectly

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: The suppress_redundant_updates_trigger() works incorrectly
Дата
Msg-id 16335.1225979237@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: The suppress_redundant_updates_trigger() works incorrectly  (KaiGai Kohei <kaigai@ak.jp.nec.com>)
Ответы Re: The suppress_redundant_updates_trigger() works incorrectly  (KaiGai Kohei <kaigai@kaigai.gr.jp>)
Список pgsql-hackers
KaiGai Kohei <kaigai@ak.jp.nec.com> writes:
> Andrew Dunstan wrote:
>> Wouldn't this omit comparing the null bitmap?

> Oops, I added the comparison of null bitmap here.

That's really, really ugly code.  Why would it be necessary anyway?
Shouldn't the security tag be expected to match?  I suppose that it
should be possible to alter a security tag with UPDATE, and that means
it cannot work the way OID does anyway.  In a sane implementation the
field would already be valid before the triggers fire.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: plperl needs upgrade for Fedora 10
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [WIP] In-place upgrade