pgsql: Use the correct tuplestore read pointer in a NamedTuplestoreScan

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use the correct tuplestore read pointer in a NamedTuplestoreScan
Date: 2018-02-27 20:56:57
Message-ID: E1eqmIz-00073p-13@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use the correct tuplestore read pointer in a NamedTuplestoreScan.

Tom Kazimiers reported that transition tables don't work correctly when
they are scanned by more than one executor node. That's because commit
18ce3a4ab allocated separate read pointers for each executor node, as it
must, but failed to make them active at the appropriate times. Repair.

Thomas Munro

Discussion: https://postgr.es/m/20180224034748.bixarv6632vbxgeb%40dewberry.localdomain

Branch
------
master

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

Modified Files
--------------
src/backend/executor/nodeNamedtuplestorescan.c | 2 ++
src/test/regress/expected/plpgsql.out | 22 ++++++++++++++++++++++
src/test/regress/sql/plpgsql.sql | 26 ++++++++++++++++++++++++++
3 files changed, 50 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-02-27 21:47:14 pgsql: Fix up ecpg's configuration so it handles "long long int" in MSV
Previous Message Tom Lane 2018-02-27 20:15:46 pgsql: Revert renaming of int44in/int44out.