- Notifications
You must be signed in to change notification settings - Fork28
Commita095e04
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 parent3fe0e7c commita095e04
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 |
| |
| |||
4058 | 4074 |
| |
4059 | 4075 |
| |
4060 | 4076 |
| |
| 4077 | + | |
| 4078 | + | |
| 4079 | + | |
4061 | 4080 |
| |
4062 | 4081 |
| |
4063 | 4082 |
| |
|
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 | |
---|---|---|---|
| |||
1650 | 1650 |
| |
1651 | 1651 |
| |
1652 | 1652 |
| |
1653 |
| - | |
| 1653 | + | |
| 1654 | + | |
| 1655 | + | |
| 1656 | + | |
1654 | 1657 |
| |
1655 | 1658 |
| |
1656 | 1659 |
| |
|
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)