forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3fdc374

Etsuro Fujita
Save PathTargets for distinct/ordered relations in root->upper_targets[].
For the convenience of extensions, we previously only saved PathTargetsfor grouped, window, and final relations in root->upper_targets[] ingrouping_planner(). To improve the convenience, save PathTargets fordistinct and ordered relations as well.Author: Antonin Houska, with an additional change by meDiscussion:https://postgr.es/m/10994.1549559088@localhost1 parenta916bdc commit3fdc374
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2035 | 2035 |
| |
2036 | 2036 |
| |
2037 | 2037 |
| |
| 2038 | + | |
| 2039 | + | |
2038 | 2040 |
| |
2039 | 2041 |
| |
2040 | 2042 |
| |
|
0 commit comments
Comments
(0)