Mop-up for parallel degree-ectomy.
Tom Lane <tgl@sss.pgh.pa.us>
Mop-up for parallel degree-ectomy. Fix a couple of overlooked uses of "degree" terminology. Make the parallel worker count selection logic in create_plain_partial_paths more robust (in particular, it failed with max_parallel_workers_per_gather set to zero).
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/optimizer/path/allpaths.c | modified | +18 −22 |
| src/backend/optimizer/util/plancat.c | modified | +2 −2 |
| src/include/utils/rel.h | modified | +6 −5 |