forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite72b6c3
committed
Further improve stability of partition_prune regression test.
Commits4ea03f3 et al arranged to filter out row counts in parallelplans, because those are dependent on the number of workers actuallyobtained. Somehow I missed that the 'Rows Removed by Filter' countscan also vary, so fix that too. Per buildfarm.This seems worth a last-minute patch because unreliable regressiontests are a serious pain in the rear for packagers.Like the previous patch, back-patch to v11 where this test wasintroduced.1 parent5b41fc1 commite72b6c3
File tree
2 files changed
+4
-2
lines changed- src/test/regress
- expected
- sql
2 files changed
+4
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2033 | 2033 |
| |
2034 | 2034 |
| |
2035 | 2035 |
| |
| 2036 | + | |
2036 | 2037 |
| |
2037 | 2038 |
| |
2038 | 2039 |
| |
| |||
2337 | 2338 |
| |
2338 | 2339 |
| |
2339 | 2340 |
| |
2340 |
| - | |
| 2341 | + | |
2341 | 2342 |
| |
2342 | 2343 |
| |
2343 | 2344 |
| |
| |||
2371 | 2372 |
| |
2372 | 2373 |
| |
2373 | 2374 |
| |
2374 |
| - | |
| 2375 | + | |
2375 | 2376 |
| |
2376 | 2377 |
| |
2377 | 2378 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
467 | 467 |
| |
468 | 468 |
| |
469 | 469 |
| |
| 470 | + | |
470 | 471 |
| |
471 | 472 |
| |
472 | 473 |
| |
|
0 commit comments
Comments
(0)