forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit95a8394
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 parentc1646c8 commit95a8394
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 | |
---|---|---|---|
| |||
1992 | 1992 |
| |
1993 | 1993 |
| |
1994 | 1994 |
| |
| 1995 | + | |
1995 | 1996 |
| |
1996 | 1997 |
| |
1997 | 1998 |
| |
| |||
2296 | 2297 |
| |
2297 | 2298 |
| |
2298 | 2299 |
| |
2299 |
| - | |
| 2300 | + | |
2300 | 2301 |
| |
2301 | 2302 |
| |
2302 | 2303 |
| |
| |||
2330 | 2331 |
| |
2331 | 2332 |
| |
2332 | 2333 |
| |
2333 |
| - | |
| 2334 | + | |
2334 | 2335 |
| |
2335 | 2336 |
| |
2336 | 2337 |
| |
|
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)