pgsql: For 11 only,put back heap_expand_tuple to GetTupleForTrigger(). - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: For 11 only,put back heap_expand_tuple to GetTupleForTrigger().
Date
Msg-id E1gsQFK-00069v-1w@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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: 87va1x43ot.fsf@news-spur.riddles.org.uk

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/920311ab18aac799aee6ad2303b2ed2b6b44c1b8

Modified Files
--------------
src/backend/commands/trigger.c | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Plug leak in BuildTupleHashTable by creating ExprContext incorr
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Use better comment marker in Autoconf input