forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit13e8b2e
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 parent2cd75e4 commit13e8b2e
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 | |
---|---|---|---|
| |||
1908 | 1908 |
| |
1909 | 1909 |
| |
1910 | 1910 |
| |
| 1911 | + | |
1911 | 1912 |
| |
1912 | 1913 |
| |
1913 | 1914 |
| |
| |||
2148 | 2149 |
| |
2149 | 2150 |
| |
2150 | 2151 |
| |
2151 |
| - | |
| 2152 | + | |
2152 | 2153 |
| |
2153 | 2154 |
| |
2154 | 2155 |
| |
| |||
2182 | 2183 |
| |
2183 | 2184 |
| |
2184 | 2185 |
| |
2185 |
| - | |
| 2186 | + | |
2186 | 2187 |
| |
2187 | 2188 |
| |
2188 | 2189 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
447 | 447 |
| |
448 | 448 |
| |
449 | 449 |
| |
| 450 | + | |
450 | 451 |
| |
451 | 452 |
| |
452 | 453 |
| |
|
0 commit comments
Comments
(0)