File tree
Expand file treeCollapse file tree
13 files changed
+71
-13
lines changedFilter options
- contrib
- file_fdw
- postgres_fdw
- doc/src/sgml
- src
- backend
- executor
- nodes
- optimizer/plan
- include
- nodes
- optimizer
Expand file treeCollapse file tree
13 files changed
+71
-13
lines changedcontrib/file_fdw/file_fdw.c
Copy file name to clipboardExpand all lines: contrib/file_fdw/file_fdw.c+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
563 | 563 |
|
564 | 564 |
|
565 | 565 |
|
566 |
| - |
| 566 | + |
| 567 | + |
567 | 568 |
|
568 | 569 |
|
569 | 570 |
|
|
contrib/postgres_fdw/postgres_fdw.c
Copy file name to clipboardExpand all lines: contrib/postgres_fdw/postgres_fdw.c+11-3Lines changed: 11 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
748 | 748 |
|
749 | 749 |
|
750 | 750 |
|
| 751 | + |
751 | 752 |
|
752 | 753 |
|
753 | 754 |
|
| ||
769 | 770 |
|
770 | 771 |
|
771 | 772 |
|
772 |
| - |
773 |
| - |
| 773 | + |
| 774 | + |
774 | 775 |
|
775 | 776 |
|
776 | 777 |
|
| ||
784 | 785 |
|
785 | 786 |
|
786 | 787 |
|
| 788 | + |
787 | 789 |
|
| 790 | + |
| 791 | + |
788 | 792 |
|
789 | 793 |
|
790 | 794 |
|
| 795 | + |
791 | 796 |
|
| 797 | + |
| 798 | + |
792 | 799 |
|
793 | 800 |
|
794 | 801 |
|
| ||
874 | 881 |
|
875 | 882 |
|
876 | 883 |
|
877 |
| - |
| 884 | + |
| 885 | + |
878 | 886 |
|
879 | 887 |
|
880 | 888 |
|
|
doc/src/sgml/fdwhandler.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/fdwhandler.sgml+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1135 | 1135 |
|
1136 | 1136 |
|
1137 | 1137 |
|
| 1138 | + |
| 1139 | + |
| 1140 | + |
| 1141 | + |
| 1142 | + |
| 1143 | + |
| 1144 | + |
| 1145 | + |
| 1146 | + |
1138 | 1147 |
|
1139 | 1148 |
|
1140 | 1149 |
|
|
src/backend/executor/nodeForeignscan.c
Copy file name to clipboardExpand all lines: src/backend/executor/nodeForeignscan.c+17-2Lines changed: 17 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
| 28 | + |
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
| ||
72 | 73 |
|
73 | 74 |
|
74 | 75 |
|
75 |
| - |
76 |
| - |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
77 | 89 |
|
78 | 90 |
|
79 | 91 |
|
| ||
135 | 147 |
|
136 | 148 |
|
137 | 149 |
|
| 150 | + |
| 151 | + |
| 152 | + |
138 | 153 |
|
139 | 154 |
|
140 | 155 |
|
|
src/backend/nodes/copyfuncs.c
Copy file name to clipboardExpand all lines: src/backend/nodes/copyfuncs.c+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
648 | 648 |
|
649 | 649 |
|
650 | 650 |
|
| 651 | + |
651 | 652 |
|
652 | 653 |
|
653 | 654 |
|
|
src/backend/nodes/outfuncs.c
Copy file name to clipboardExpand all lines: src/backend/nodes/outfuncs.c+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
594 | 594 |
|
595 | 595 |
|
596 | 596 |
|
| 597 | + |
597 | 598 |
|
598 | 599 |
|
599 | 600 |
|
|
src/backend/nodes/readfuncs.c
Copy file name to clipboardExpand all lines: src/backend/nodes/readfuncs.c+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1798 | 1798 |
|
1799 | 1799 |
|
1800 | 1800 |
|
| 1801 | + |
1801 | 1802 |
|
1802 | 1803 |
|
1803 | 1804 |
|
|
src/backend/optimizer/plan/createplan.c
Copy file name to clipboardExpand all lines: src/backend/optimizer/plan/createplan.c+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2153 | 2153 |
|
2154 | 2154 |
|
2155 | 2155 |
|
| 2156 | + |
| 2157 | + |
| 2158 | + |
2156 | 2159 |
|
2157 | 2160 |
|
2158 | 2161 |
|
| ||
3738 | 3741 |
|
3739 | 3742 |
|
3740 | 3743 |
|
3741 |
| - |
| 3744 | + |
| 3745 | + |
3742 | 3746 |
|
3743 | 3747 |
|
3744 | 3748 |
|
| ||
3754 | 3758 |
|
3755 | 3759 |
|
3756 | 3760 |
|
| 3761 | + |
3757 | 3762 |
|
3758 | 3763 |
|
3759 | 3764 |
|
|
src/backend/optimizer/plan/setrefs.c
Copy file name to clipboardExpand all lines: src/backend/optimizer/plan/setrefs.c+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1133 | 1133 |
|
1134 | 1134 |
|
1135 | 1135 |
|
1136 |
| - |
| 1136 | + |
1137 | 1137 |
|
1138 | 1138 |
|
1139 | 1139 |
|
1140 | 1140 |
|
1141 | 1141 |
|
1142 | 1142 |
|
| 1143 | + |
| 1144 | + |
1143 | 1145 |
|
1144 | 1146 |
|
1145 | 1147 |
|
|
src/backend/optimizer/plan/subselect.c
Copy file name to clipboardExpand all lines: src/backend/optimizer/plan/subselect.c+12-4Lines changed: 12 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2394 | 2394 |
|
2395 | 2395 |
|
2396 | 2396 |
|
2397 |
| - |
2398 |
| - |
2399 |
| - |
2400 |
| - |
| 2397 | + |
| 2398 | + |
| 2399 | + |
| 2400 | + |
| 2401 | + |
| 2402 | + |
| 2403 | + |
| 2404 | + |
| 2405 | + |
| 2406 | + |
| 2407 | + |
| 2408 | + |
2401 | 2409 |
|
2402 | 2410 |
|
2403 | 2411 |
|
|
src/include/nodes/execnodes.h
Copy file name to clipboardExpand all lines: src/include/nodes/execnodes.h+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1579 | 1579 |
|
1580 | 1580 |
|
1581 | 1581 |
|
| 1582 | + |
1582 | 1583 |
|
1583 | 1584 |
|
1584 | 1585 |
|
|
src/include/nodes/plannodes.h
Copy file name to clipboardExpand all lines: src/include/nodes/plannodes.h+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
512 | 512 |
|
513 | 513 |
|
514 | 514 |
|
| 515 | + |
| 516 | + |
| 517 | + |
| 518 | + |
| 519 | + |
515 | 520 |
|
516 | 521 |
|
517 | 522 |
|
| ||
524 | 529 |
|
525 | 530 |
|
526 | 531 |
|
| 532 | + |
527 | 533 |
|
528 | 534 |
|
529 | 535 |
|
|
src/include/optimizer/planmain.h
Copy file name to clipboardExpand all lines: src/include/optimizer/planmain.h+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 |
| - |
| 48 | + |
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
|
0 commit comments