]> granicus.if.org Git - postgresql/commit
Fix bug in clearing of virtual tuple slot.
authorAndres Freund <andres@anarazel.de>
Wed, 6 Mar 2019 17:54:38 +0000 (09:54 -0800)
committerAndres Freund <andres@anarazel.de>
Wed, 6 Mar 2019 17:54:38 +0000 (09:54 -0800)
commitf21776185648537a7bb82dfdf89991fb2e0b9ca5
treefac2c754563112dfad11a54d0d48d69c412c8016
parent93473c6ac805994a74e74ed13828c6c9433c8faf
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
src/backend/executor/execTuples.c