forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit72ac4d7
committed
Correct type of front_pathkey to PathKey
In sort_inner_and_outer we iterate a list of PathKey elements, but thevariable is declared as (List *). This mistake is benign, because weonly pass the pointer to lcons() and never dereference it.This exists since ~2004, but it's confusing. So fix and backpatch to allsupported branches.Backpatch-through: 10Discussion:https://postgr.es/m/bf3a6ea1-a7d8-7211-0669-189d5c169374%40enterprisedb.com1 parenta192243 commit72ac4d7
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1243 | 1243 |
| |
1244 | 1244 |
| |
1245 | 1245 |
| |
1246 |
| - | |
| 1246 | + | |
1247 | 1247 |
| |
1248 | 1248 |
| |
1249 | 1249 |
| |
|
0 commit comments
Comments
(0)