forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9f87e25
committed
Doc: improve description of window function processing.
The previous wording talked about a "single pass over the data",which can be read as promising more than intended (to wit, that onlyone WindowAgg plan node will be used). What we promise is only whatthe SQL spec requires, namely that the data not get re-sorted betweenwindow functions with compatible PARTITION BY/ORDER BY clauses.Adjust the wording in hopes of making this clearer.Reported-by: Christopher Inokuchi <cinokuchi@gmail.com>Author: Tom Lane <tgl@sss.pgh.pa.us>Reviewed-by: David G. Johnston <david.g.johnston@gmail.com>Discussion:https://postgr.es/m/CABde6B5va2wMsnM79u_x=n9KUgfKQje_pbLROEBmA9Ru5XWidw@mail.gmail.comBackpatch-through: 131 parent6bb6a62 commit9f87e25
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1461 | 1461 |
| |
1462 | 1462 |
| |
1463 | 1463 |
| |
1464 |
| - | |
1465 |
| - | |
1466 |
| - | |
1467 |
| - | |
| 1464 | + | |
| 1465 | + | |
| 1466 | + | |
| 1467 | + | |
1468 | 1468 |
| |
1469 | 1469 |
| |
1470 | 1470 |
| |
|
0 commit comments
Comments
(0)