forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit22864f6
committed
Put back regression test case in a more robust form.
This undoes my hurried commit776a2c8, restoring the removed test casein a form that passes with or without force_parallel_mode = regress.It turns out that force_parallel_mode = regress simply fails to maskthe Worker lines that will be produced by EXPLAIN (ANALYZE, VERBOSE).I'd say that's a bug in that feature, as its entire alleged reasonfor existence is to make the EXPLAIN output the same. It's certainlynot a bug in the plan node pruning logic. Fortunately, this test casedoesn't really need to use ANALYZE, so just drop that.Discussion:https://postgr.es/m/18891.1576109690@sss.pgh.pa.us1 parent1a3efa1 commit22864f6
File tree
2 files changed
+20
-0
lines changed- src/test/regress
- expected
- sql
2 files changed
+20
-0
lines changedLines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3161 | 3161 |
| |
3162 | 3162 |
| |
3163 | 3163 |
| |
| 3164 | + | |
| 3165 | + | |
| 3166 | + | |
| 3167 | + | |
| 3168 | + | |
| 3169 | + | |
| 3170 | + | |
| 3171 | + | |
| 3172 | + | |
| 3173 | + | |
| 3174 | + | |
| 3175 | + | |
| 3176 | + | |
3164 | 3177 |
| |
3165 | 3178 |
| |
3166 | 3179 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
838 | 838 |
| |
839 | 839 |
| |
840 | 840 |
| |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
841 | 848 |
| |
842 | 849 |
| |
843 | 850 |
| |
|
0 commit comments
Comments
(0)