forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0976c4d
committed
Make new regression indpendent of max_parallel_workers_per_gather.
The tests ine2f1eb0 ("Implement partition-wisegrouping/aggregation.") weren't independent of the server'smax_parallel_workers_per_gather setting. I (Andres) find it useful tolocally run with that disabled, and the aforementioned patch brokethis.Author: Jeevan ChalkeDiscussion:https://postgr.es/m/20180322210703.qmga3vsxqmiiypci@alap3.anarazel.dehttps://postgr.es/m/CAM2+6=UNWGKTgh9aOn4=SQ72HfFzbVFseh9=5N54bD6KB+D9OQ@mail.gmail.com1 parent96b5eac commit0976c4d
File tree
2 files changed
+9
-2
lines changed- src/test/regress
- expected
- sql
2 files changed
+9
-2
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
| 10 | + | |
9 | 11 |
| |
10 | 12 |
| |
11 | 13 |
| |
| |||
921 | 923 |
| |
922 | 924 |
| |
923 | 925 |
| |
| 926 | + | |
| 927 | + | |
924 | 928 |
| |
925 | 929 |
| |
926 | 930 |
| |
| |||
1146 | 1150 |
| |
1147 | 1151 |
| |
1148 | 1152 |
| |
1149 |
| - | |
1150 | 1153 |
| |
1151 | 1154 |
| |
1152 | 1155 |
| |
|
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
| 11 | + | |
10 | 12 |
| |
11 | 13 |
| |
12 | 14 |
| |
| |||
206 | 208 |
| |
207 | 209 |
| |
208 | 210 |
| |
| 211 | + | |
| 212 | + | |
| 213 | + | |
209 | 214 |
| |
210 | 215 |
| |
211 | 216 |
| |
| |||
238 | 243 |
| |
239 | 244 |
| |
240 | 245 |
| |
241 |
| - | |
242 | 246 |
| |
243 | 247 |
| |
244 | 248 |
| |
|
0 commit comments
Comments
(0)