forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8286223
committed
Fix missing outfuncs.c support for IncrementalSortPath.
For debugging purposes, Path nodes are supposed to have outfuncssupport, but this was overlooked in the original incremental sort patch.While at it, clean up a couple other minor oversights, as well asbizarre choice of return type for create_incremental_sort_path().(All the existing callers just cast it to "Path *" immediately, sothey don't care, but some future caller might care.)outfuncs.c fix by Zhijie Hou, the rest by meDiscussion:https://postgr.es/m/324c4d81d8134117972a5b1f6cdf9560@G08CNEXMBPEKD05.g08.fujitsu.local1 parent58ebe96 commit8286223
File tree
5 files changed
+34
-11
lines changed- src
- backend
- nodes
- optimizer
- util
- include
- nodes
- optimizer
5 files changed
+34
-11
lines changedLines changed: 21 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1954 | 1954 |
| |
1955 | 1955 |
| |
1956 | 1956 |
| |
| 1957 | + | |
| 1958 | + | |
| 1959 | + | |
| 1960 | + | |
| 1961 | + | |
| 1962 | + | |
| 1963 | + | |
| 1964 | + | |
1957 | 1965 |
| |
1958 | 1966 |
| |
1959 | 1967 |
| |
1960 | 1968 |
| |
1961 | 1969 |
| |
1962 |
| - | |
| 1970 | + | |
| 1971 | + | |
1963 | 1972 |
| |
1964 |
| - | |
| 1973 | + | |
| 1974 | + | |
| 1975 | + | |
| 1976 | + | |
| 1977 | + | |
| 1978 | + | |
| 1979 | + | |
| 1980 | + | |
1965 | 1981 |
| |
1966 | 1982 |
| |
1967 | 1983 |
| |
| |||
4055 | 4071 |
| |
4056 | 4072 |
| |
4057 | 4073 |
| |
| 4074 | + | |
| 4075 | + | |
| 4076 | + | |
4058 | 4077 |
| |
4059 | 4078 |
| |
4060 | 4079 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
387 | 387 |
| |
388 | 388 |
| |
389 | 389 |
| |
| 390 | + | |
390 | 391 |
| |
391 | 392 |
| |
392 | 393 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2798 | 2798 |
| |
2799 | 2799 |
| |
2800 | 2800 |
| |
2801 |
| - | |
| 2801 | + | |
2802 | 2802 |
| |
2803 | 2803 |
| |
2804 | 2804 |
| |
| |||
2834 | 2834 |
| |
2835 | 2835 |
| |
2836 | 2836 |
| |
2837 |
| - | |
| 2837 | + | |
2838 | 2838 |
| |
2839 | 2839 |
| |
2840 | 2840 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1655 | 1655 |
| |
1656 | 1656 |
| |
1657 | 1657 |
| |
1658 |
| - | |
| 1658 | + | |
| 1659 | + | |
| 1660 | + | |
| 1661 | + | |
1659 | 1662 |
| |
1660 | 1663 |
| |
1661 | 1664 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
187 |
| - | |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 |
| - | |
192 |
| - | |
193 | 187 |
| |
194 | 188 |
| |
195 | 189 |
| |
196 | 190 |
| |
197 | 191 |
| |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
|
0 commit comments
Comments
(0)