forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit87027cb
committed
Clarify the 'rows' parameter in create_append_path
This is extracted from a larger patch to improve the UNION planner.While working on that, I found myself having to check what the 'rows'parameter is for. It's not obvious that passing a negative number is theway to have the rows estimate calculated and to find that out you needto read code in create_append_path() and in cost_append().Discussion:https://postgr.es/m/CAApHDvpb_63XQodmxKUF8vb9M7CxyUyT4sWvEgqeQU-GB7QFoQ@mail.gmail.com1 parent8fd0498 commit87027cb
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1237 | 1237 |
| |
1238 | 1238 |
| |
1239 | 1239 |
| |
| 1240 | + | |
| 1241 | + | |
| 1242 | + | |
| 1243 | + | |
1240 | 1244 |
| |
1241 | 1245 |
| |
1242 | 1246 |
| |
|
0 commit comments
Comments
(0)