Re: unused/redundant foreign key code

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: unused/redundant foreign key code
Дата
Msg-id 322A3C3B-C336-4A26-BC5F-A1CD70192B1C@yesql.se
обсуждение исходный текст
Ответ на unused/redundant foreign key code  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: unused/redundant foreign key code  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
> On 8 Aug 2018, at 21:34, Peter Eisentraut <peter.eisentraut@2ndquadrant.com> wrote:
>
> I found some unused and some redundant code in ri_triggers.c that was
> left around by some previous changes that aimed to optimize away certain
> trigger invocations.  See attached patches.

Both of these patches apply cleanly with minimal offsets, build without
warnings and make check passes.

From reading code and testing, I concur with your findings that this is indeed
dead code.

+1 on this cleanup, I’m marking this as Ready for Committer.

cheers ./daniel

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: repeated procedure call error
Следующее
От: Jürgen Strobel
Дата:
Сообщение: Re: BUG #15212: Default values in partition tables don't work asexpected and allow NOT NULL violation