aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2018-04-17 12:16:22 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2018-04-17 12:16:22 -0300
commit95cdc77b35ece28137b8dec8c6f9b5474b215624 (patch)
tree1ec4fbc792a78b96f6396d23ac5199af28435403 /src/backend/commands/dbcommands.c
parent03030512d1e4df78dc2543d3fe3b6d13e5cb63f6 (diff)
downloadpostgresql-95cdc77b35ece28137b8dec8c6f9b5474b215624.tar.gz
postgresql-95cdc77b35ece28137b8dec8c6f9b5474b215624.zip
Improve coverage of nodeAppend runtime partition prune
coverage report indicated that mark_invalid_subplans_as_finished() and nearby code was not getting exercised by any tests. Add a new one which has execution-time Params rather than only external Params to fix this. In passing, David noticed that ab_q6 tests were not actually required to have a generic plan. The tests were testing exec Params not external Params, so there was no need for the PREPARE. Remove the PREPARE, making these plain queries. (The new queries are called from explain_parallel_append, which may be unnecessary since they don't actually have a Parallel Append node, just an Append. But it doesn't seem to hurt anything, either.) Author: David Rowley Discussion: https://postgr.es/m/CAKJS1f--hopb6JBSDY4wiXTS3ZcDp-wparXjTQ1nzNdBa04Fog@mail.gmail.com
Diffstat (limited to 'src/backend/commands/dbcommands.c')
0 files changed, 0 insertions, 0 deletions