Re: fast defaults in heap_getattr vs heap_deform_tuple

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: fast defaults in heap_getattr vs heap_deform_tuple
Дата
Msg-id 87va1x43ot.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на Re: fast defaults in heap_getattr vs heap_deform_tuple  (Andres Freund <andres@anarazel.de>)
Ответы Re: fast defaults in heap_getattr vs heap_deform_tuple  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
>>>>> "Andres" == Andres Freund <andres@anarazel.de> writes:

 >> Cool. Here's the patch that I, after some commit message polishing,
 >> plan to commit to 11 and master to fix the issue at hand.

 Andres> And pushed.

Sorry I didn't spot this earlier, but... in the backpatch to v11, is the
expansion of the trigger tuple really unnecessary now? Since
heap_getattr is a macro, C-language triggers that aren't recompiled
won't see the default? So perhaps the expansion should be left in?

-- 
Andrew (irc:RhodiumToad)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Add pg_partition_root to get top-most parent of a partition tree
Следующее
От: Andrew Gierth
Дата:
Сообщение: Re: Fix optimization of foreign-key on update actions