forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit779ac2c
committed
Add test case showing that commitd0d4404 fixed a live bug.
When I committedd0d4404 (Account for optimized MinMax aggregatesduring SS_finalize_plan), I didn't have a test case showing that itwas fixing any reachable bug. Here is one, based on bug #18465 fromHal Takahara. Without the fix, all rows of the result show the same"min" value, because the aggregate doesn't get recalculated.Committed despite beta1 release freeze, with the concurrence ofpgsql-release.Discussion:https://postgr.es/m/18465-2fae927718976b22@postgresql.orgDiscussion:https://postgr.es/m/2391880.1689025003@sss.pgh.pa.us1 parent3f49df9 commit779ac2c
2 files changed
+41
-0
lines changedLines changed: 31 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1273 | 1273 |
| |
1274 | 1274 |
| |
1275 | 1275 |
| |
| 1276 | + | |
| 1277 | + | |
| 1278 | + | |
| 1279 | + | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
| 1283 | + | |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
| 1287 | + | |
| 1288 | + | |
| 1289 | + | |
| 1290 | + | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
1276 | 1307 |
| |
1277 | 1308 |
| |
1278 | 1309 |
| |
|
Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
436 | 436 |
| |
437 | 437 |
| |
438 | 438 |
| |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
439 | 449 |
| |
440 | 450 |
| |
441 | 451 |
| |
|
0 commit comments
Comments
(0)