Fix bug in clearing of virtual tuple slot.

Andres Freund <andres@anarazel.de>

Commit: f21776185648537a7bb82dfdf89991fb2e0b9ca5
Author: Andres Freund <andres@anarazel.de>
Date: 2019-03-06T17:54:38Z
Releases: 12.0
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

PathChange+/−
src/backend/executor/execTuples.c modified +1 −1