forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0e495c5
committed
Set correct cost data in Gather node added by force_parallel_mode.
We were just leaving the cost fields zeroes, which produces obviously bogusoutput with force_parallel_mode = on. With force_parallel_mode = regress,the zeroes are hidden, but I wonder if they wouldn't still confuse add-oncode such as auto_explain.1 parentc89d507 commit0e495c5
1 file changed
+15
-0
lines changedLines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
343 | 343 |
| |
344 | 344 |
| |
345 | 345 |
| |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
346 | 360 |
| |
| 361 | + | |
347 | 362 |
| |
348 | 363 |
| |
349 | 364 |
| |
|
0 commit comments
Comments
(0)