Stopgap solution for problem reported by Alexey Beschiokov: after
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Nov 2005 20:57:44 +0000 (20:57 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Nov 2005 20:57:44 +0000 (20:57 +0000)
commit33a9af738d24766ea487c56c2287102a9214c891
treeaced75703349676054aaa378824446328f2c7989
parent659f68163813906d323219913909fb9b1adaa39f
Stopgap solution for problem reported by Alexey Beschiokov: after
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!
src/backend/executor/execMain.c