• T
    Stopgap solution for problem reported by Alexey Beschiokov: after · 33a9af73
    Tom Lane 提交于
    doing heap_insert or heap_update, wipe out any extracted fields in
    the TupleTableSlot containing the tuple, because they might not be valid
    anymore if tuptoaster.c changed the tuple.  Safe because slot must be
    in the materialized state, but mighty ugly --- find a better answer!
    33a9af73
execMain.c 61.3 KB