pgsql: Fix bug in clearing of virtual tuple slot. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Fix bug in clearing of virtual tuple slot.
Date
Msg-id E1h1aqx-0002gp-GV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f21776185648537a7bb82dfdf89991fb2e0b9ca5

Modified Files
--------------
src/backend/executor/execTuples.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Removed unused variable, openLogOff.
Next
From: Andres Freund
Date:
Subject: pgsql: Fix collation dependency in test introduced in 8586bf7ed8.