aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeAppend.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2018-02-27 15:56:51 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2018-02-27 15:56:51 -0500
commite98a4de7d23a54a6c861795ad8e920a59613e08b (patch)
tree1186827ec34fec9cd236338cca7536a8bce76dcc /src/backend/executor/nodeAppend.c
parentc40e20a83ce521b5b5403b08dde05b0f0641d77f (diff)
downloadpostgresql-e98a4de7d23a54a6c861795ad8e920a59613e08b.tar.gz
postgresql-e98a4de7d23a54a6c861795ad8e920a59613e08b.zip
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
Diffstat (limited to 'src/backend/executor/nodeAppend.c')
0 files changed, 0 insertions, 0 deletions