Re: pgsql: Support Parallel Append plan nodes.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Amit Khandekar <amitdkhan.pg@gmail.com>, amul sul <sulamul@gmail.com>,
pgsql-committers <pgsql-committers@postgresql.org>
Date: 2017-12-06T15:29:16Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes: > On Wed, Dec 6, 2017 at 5:01 AM, Amit Khandekar <amitdkhan.pg@gmail.com> wrote: >> In attached revised patch, just added some comments in the changes that you did. > Committed, thanks. While this patch (looks like it) fixes the logic error, it does nothing for the problem that the committed test cases don't actually exercise any of this code on most machines -- certainly not whichever one is producing the code coverage report: https://coverage.postgresql.org/src/backend/executor/nodeAppend.c.gcov.html Can we do something with Andres' suggestion of running these test cases under parallel_leader_participation = off? regards, tom lane
Commits
-
Fix Parallel Append crash.
- 9c64ddd41485 11.0 landed
-
Support Parallel Append plan nodes.
- ab7271677812 11.0 cited