Commit 3b2db22
File tree
Expand file treeCollapse file tree
14 files changed
+42
-34
lines changedFilter options
- src
- backend
- optimizer
- path
- plan
- util
- parser
- include/nodes
Expand file treeCollapse file tree
14 files changed
+42
-34
lines changedsrc/backend/optimizer/path/indxpath.c
Copy file name to clipboardExpand all lines: src/backend/optimizer/path/indxpath.c+7-6Lines changed: 7 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3393 | 3393 |
|
3394 | 3394 |
|
3395 | 3395 |
|
3396 |
| - |
3397 |
| - |
3398 |
| - |
3399 |
| - |
3400 |
| - |
3401 |
| - |
| 3396 | + |
| 3397 | + |
| 3398 | + |
| 3399 | + |
| 3400 | + |
| 3401 | + |
| 3402 | + |
3402 | 3403 |
|
3403 | 3404 |
|
3404 | 3405 |
|
|
src/backend/optimizer/plan/planmain.c
Copy file name to clipboardExpand all lines: src/backend/optimizer/plan/planmain.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
266 | 266 |
|
267 | 267 |
|
268 | 268 |
|
269 |
| - |
| 269 | + |
270 | 270 |
|
271 | 271 |
|
272 | 272 |
|
|
src/backend/optimizer/plan/planner.c
Copy file name to clipboardExpand all lines: src/backend/optimizer/plan/planner.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1749 | 1749 |
|
1750 | 1750 |
|
1751 | 1751 |
|
1752 |
| - |
| 1752 | + |
1753 | 1753 |
|
1754 | 1754 |
|
1755 | 1755 |
|
| ||
1876 | 1876 |
|
1877 | 1877 |
|
1878 | 1878 |
|
1879 |
| - |
| 1879 | + |
1880 | 1880 |
|
1881 | 1881 |
|
1882 | 1882 |
|
|
src/backend/optimizer/util/appendinfo.c
Copy file name to clipboardExpand all lines: src/backend/optimizer/util/appendinfo.c+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
730 | 730 |
|
731 | 731 |
|
732 | 732 |
|
733 |
| - |
| 733 | + |
734 | 734 |
|
735 | 735 |
|
736 | 736 |
|
| ||
909 | 909 |
|
910 | 910 |
|
911 | 911 |
|
912 |
| - |
913 |
| - |
| 912 | + |
| 913 | + |
914 | 914 |
|
915 | 915 |
|
916 | 916 |
|
|
src/backend/optimizer/util/inherit.c
Copy file name to clipboardExpand all lines: src/backend/optimizer/util/inherit.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
609 | 609 |
|
610 | 610 |
|
611 | 611 |
|
612 |
| - |
| 612 | + |
613 | 613 |
|
614 | 614 |
|
615 | 615 |
|
|
src/backend/optimizer/util/pathnode.c
Copy file name to clipboardExpand all lines: src/backend/optimizer/util/pathnode.c+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3630 | 3630 |
|
3631 | 3631 |
|
3632 | 3632 |
|
3633 |
| - |
| 3633 | + |
| 3634 | + |
3634 | 3635 |
|
3635 | 3636 |
|
3636 | 3637 |
|
|
src/backend/optimizer/util/relnode.c
Copy file name to clipboardExpand all lines: src/backend/optimizer/util/relnode.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1013 | 1013 |
|
1014 | 1014 |
|
1015 | 1015 |
|
1016 |
| - |
| 1016 | + |
1017 | 1017 |
|
1018 | 1018 |
|
1019 | 1019 |
|
|
src/backend/parser/parse_clause.c
Copy file name to clipboardExpand all lines: src/backend/parser/parse_clause.c+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
153 | 153 |
|
154 | 154 |
|
155 | 155 |
|
156 |
| - |
| 156 | + |
157 | 157 |
|
158 | 158 |
|
159 | 159 |
|
| ||
163 | 163 |
|
164 | 164 |
|
165 | 165 |
|
166 |
| - |
| 166 | + |
| 167 | + |
| 168 | + |
167 | 169 |
|
168 | 170 |
|
169 | 171 |
|
|
src/backend/parser/parse_expr.c
Copy file name to clipboardExpand all lines: src/backend/parser/parse_expr.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1679 | 1679 |
|
1680 | 1680 |
|
1681 | 1681 |
|
1682 |
| - |
1683 |
| - |
| 1682 | + |
| 1683 | + |
1684 | 1684 |
|
1685 | 1685 |
|
1686 | 1686 |
|
|
src/backend/parser/parse_merge.c
Copy file name to clipboardExpand all lines: src/backend/parser/parse_merge.c+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
163 | 163 |
|
164 | 164 |
|
165 | 165 |
|
166 |
| - |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
167 | 171 |
|
168 | 172 |
|
169 | 173 |
|
|
src/include/nodes/parsenodes.h
Copy file name to clipboardExpand all lines: src/include/nodes/parsenodes.h+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1043 | 1043 |
|
1044 | 1044 |
|
1045 | 1045 |
|
1046 |
| - |
1047 |
| - |
| 1046 | + |
| 1047 | + |
1048 | 1048 |
|
1049 | 1049 |
|
1050 | 1050 |
|
|
src/include/nodes/pathnodes.h
Copy file name to clipboardExpand all lines: src/include/nodes/pathnodes.h+8-8Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
328 | 328 |
|
329 | 329 |
|
330 | 330 |
|
331 |
| - |
332 |
| - |
333 |
| - |
334 |
| - |
335 |
| - |
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
336 | 336 |
|
337 | 337 |
|
338 | 338 |
|
| ||
2792 | 2792 |
|
2793 | 2793 |
|
2794 | 2794 |
|
2795 |
| - |
| 2795 | + |
2796 | 2796 |
|
2797 |
| - |
2798 |
| - |
| 2797 | + |
| 2798 | + |
2799 | 2799 |
|
2800 | 2800 |
|
2801 | 2801 |
|
|
src/include/nodes/plannodes.h
Copy file name to clipboardExpand all lines: src/include/nodes/plannodes.h+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
75 |
| - |
| 75 | + |
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
| ||
217 | 217 |
|
218 | 218 |
|
219 | 219 |
|
220 |
| - |
| 220 | + |
221 | 221 |
|
222 | 222 |
|
223 | 223 |
|
|
src/include/nodes/primnodes.h
Copy file name to clipboardExpand all lines: src/include/nodes/primnodes.h+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
177 | 177 |
|
178 | 178 |
|
179 | 179 |
|
180 |
| - |
181 |
| - |
| 180 | + |
| 181 | + |
182 | 182 |
|
183 | 183 |
|
184 | 184 |
|
|
0 commit comments