Fix bug in clearing of virtual tuple slot.
Andres Freund <andres@anarazel.de>
Fix bug in clearing of virtual tuple slot. I broke/typoed this in 4da597edf1bae0c. Astonishingly this mostly doesn't cause breakage, except when trying to change the tuple descriptor of a slot (because TTS_FLAG_FIXED is assumed to be set). Author: Andres Freund
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execTuples.c | modified | +1 −1 |