diff options
author | Andres Freund <andres@anarazel.de> | 2019-02-09 02:44:10 -0800 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2019-02-09 02:44:10 -0800 |
commit | 920311ab18aac799aee6ad2303b2ed2b6b44c1b8 (patch) | |
tree | d2ee41c5cd9674b7271b4af8f05bf69427f53aa3 /src/backend/access/gist/gistxlog.c | |
parent | 35afccaba6d0e0aa14e3d1f859e6d84e69aee2cc (diff) | |
download | postgresql-920311ab18aac799aee6ad2303b2ed2b6b44c1b8.tar.gz postgresql-920311ab18aac799aee6ad2303b2ed2b6b44c1b8.zip |
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
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions