For 11 only, put back heap_expand_tuple to GetTupleForTrigger().
authorAndres Freund
Sat, 9 Feb 2019 10:44:10 +0000 (02:44 -0800)
committerAndres Freund
Sat, 9 Feb 2019 10:44:10 +0000 (02:44 -0800)
commit920311ab18aac799aee6ad2303b2ed2b6b44c1b8
treed2ee41c5cd9674b7271b4af8f05bf69427f53aa3
parent35afccaba6d0e0aa14e3d1f859e6d84e69aee2cc
For 11 only, put back heap_expand_tuple to GetTupleForTrigger().

This is not necessary anymore after 297d627e, but extensions that have
not been recompiled after the fix will not use the new definition of
heap_getattr(). While recompiling those extensions is obviously the
suggested course, it's cheap enough to retain the expansion in
GetTupleForTrigger().

Per suggestion from Andrew Gierth.

Discussion: [email protected]
src/backend/commands/trigger.c