]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Stopgap solution for problem reported by Alexey Beschiokov: after
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Nov 2005 20:58:42 +0000 (20:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Nov 2005 20:58:42 +0000 (20:58 +0000)
commitefd2ae8f19c874137c209f7a3b549d47edb387c0
tree45b6e3683a1c219b061f33a34e894f21824e5793
parentdccfa4d3f2f9716632ad946a1582bff3be9e70f0
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