Re: fast defaults in heap_getattr vs heap_deform_tuple - Mailing list pgsql-hackers

From Andrew Gierth
Subject Re: fast defaults in heap_getattr vs heap_deform_tuple
Date
Msg-id 87va1x43ot.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Re: fast defaults in heap_getattr vs heap_deform_tuple  (Andres Freund <andres@anarazel.de>)
Responses Re: fast defaults in heap_getattr vs heap_deform_tuple  (Andres Freund <andres@anarazel.de>)
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Add pg_partition_root to get top-most parent of a partition tree
Next
From: Andrew Gierth
Date:
Subject: Re: Fix optimization of foreign-key on update actions