| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Adjust regression test cases added by commit ab7271677. |
| Date: | 2017-12-06 03:41:06 |
| Message-ID: | E1eMQa2-0004q1-Rl@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Adjust regression test cases added by commit ab7271677.
I suppose it is a copy-and-paste error that this test doesn't actually
test the "Parallel Append with both partial and non-partial subplans"
case (EXPLAIN alone surely doesn't qualify as a test of executor
behavior). Fix that.
Also, add cosmetic aliases to make it possible to tell apart these
otherwise-identical test cases in log_statement output.
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/979a36c3894db0a4b0d6b4b20fc861a0bbe3271c
Modified Files
--------------
src/test/regress/expected/select_parallel.out | 12 +++++++++---
src/test/regress/sql/select_parallel.sql | 7 ++++---
2 files changed, 13 insertions(+), 6 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2017-12-06 04:01:59 | Re: pgsql: Support Parallel Append plan nodes. |
| Previous Message | Peter Eisentraut | 2017-12-06 02:04:44 | pgsql: doc: Flex is not a GNU package |