forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite362f46
committed
Doc: Remove obsolete CREATE AGGREGATE note.
The planner is in fact willing to use hash aggregation when work_mem isnot set high enough for everything to fit in memory. This has been thecase since commit1f39bce, which added disk-based hash aggregation.There are a few remaining cases in which hash aggregation is avoided asa matter of policy when the planner surmises that spilling will benecessary. For example, callers of choose_hashed_setop() stillconservatively avoid hash aggregation when spilling is anticipated.That doesn't seem like a good enough reason to mention hash aggregationin this context.Backpatch: 13-, where disk-based hash aggregation was introduced.1 parenta57c837 commite362f46
1 file changed
+1
-4
lines changedLines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
386 | 386 |
| |
387 | 387 |
| |
388 | 388 |
| |
389 |
| - | |
390 |
| - | |
391 |
| - | |
392 |
| - | |
| 389 | + | |
393 | 390 |
| |
394 | 391 |
| |
395 | 392 |
| |
|
0 commit comments
Comments
(0)