Commit d73f4c7
File tree
Expand file treeCollapse file tree
11 files changed
+87
-52
lines changedFilter options
- contrib/postgres_fdw
- src
- backend
- commands
- executor
- replication/logical
- include
- executor
- nodes
- parser
Expand file treeCollapse file tree
11 files changed
+87
-52
lines changedcontrib/postgres_fdw/postgres_fdw.c
Copy file name to clipboardExpand all lines: contrib/postgres_fdw/postgres_fdw.c+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1345 | 1345 |
|
1346 | 1346 |
|
1347 | 1347 |
|
1348 |
| - |
| 1348 | + |
1349 | 1349 |
|
1350 | 1350 |
|
1351 | 1351 |
|
| ||
1731 | 1731 |
|
1732 | 1732 |
|
1733 | 1733 |
|
1734 |
| - |
1735 |
| - |
| 1734 | + |
| 1735 | + |
1736 | 1736 |
|
1737 | 1737 |
|
1738 | 1738 |
|
| ||
2036 | 2036 |
|
2037 | 2037 |
|
2038 | 2038 |
|
2039 |
| - |
| 2039 | + |
2040 | 2040 |
|
2041 | 2041 |
|
2042 | 2042 |
|
| ||
2396 | 2396 |
|
2397 | 2397 |
|
2398 | 2398 |
|
2399 |
| - |
| 2399 | + |
2400 | 2400 |
|
2401 | 2401 |
|
2402 | 2402 |
|
| ||
5752 | 5752 |
|
5753 | 5753 |
|
5754 | 5754 |
|
5755 |
| - |
| 5755 | + |
5756 | 5756 |
|
5757 | 5757 |
|
5758 | 5758 |
|
|
src/backend/commands/copy.c
Copy file name to clipboardExpand all lines: src/backend/commands/copy.c+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2484 | 2484 |
|
2485 | 2485 |
|
2486 | 2486 |
|
2487 |
| - |
2488 |
| - |
2489 |
| - |
| 2487 | + |
| 2488 | + |
2490 | 2489 |
|
2491 | 2490 |
|
2492 | 2491 |
|
|
src/backend/commands/trigger.c
Copy file name to clipboardExpand all lines: src/backend/commands/trigger.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
78 |
| - |
| 78 | + |
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
|
src/backend/executor/execExprInterp.c
Copy file name to clipboardExpand all lines: src/backend/executor/execExprInterp.c+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3934 | 3934 |
|
3935 | 3935 |
|
3936 | 3936 |
|
3937 |
| - |
| 3937 | + |
3938 | 3938 |
|
3939 |
| - |
3940 |
| - |
| 3939 | + |
| 3940 | + |
3941 | 3941 |
|
3942 | 3942 |
|
3943 | 3943 |
|
|
src/backend/executor/execMain.c
Copy file name to clipboardExpand all lines: src/backend/executor/execMain.c+14-20Lines changed: 14 additions & 20 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
109 | 109 |
|
110 | 110 |
|
111 | 111 |
|
112 |
| - |
| 112 | + |
113 | 113 |
|
114 |
| - |
| 114 | + |
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
| ||
823 | 823 |
|
824 | 824 |
|
825 | 825 |
|
826 |
| - |
827 |
| - |
828 |
| - |
829 |
| - |
830 |
| - |
831 |
| - |
832 |
| - |
833 |
| - |
834 |
| - |
| 826 | + |
835 | 827 |
|
836 | 828 |
|
837 | 829 |
|
| ||
918 | 910 |
|
919 | 911 |
|
920 | 912 |
|
| 913 | + |
921 | 914 |
|
922 |
| - |
923 |
| - |
| 915 | + |
924 | 916 |
|
925 | 917 |
|
926 | 918 |
|
| ||
962 | 954 |
|
963 | 955 |
|
964 | 956 |
|
965 |
| - |
| 957 | + |
966 | 958 |
|
967 | 959 |
|
968 | 960 |
|
| ||
1619 | 1611 |
|
1620 | 1612 |
|
1621 | 1613 |
|
1622 |
| - |
1623 |
| - |
| 1614 | + |
| 1615 | + |
1624 | 1616 |
|
1625 | 1617 |
|
1626 | 1618 |
|
| ||
1661 | 1653 |
|
1662 | 1654 |
|
1663 | 1655 |
|
1664 |
| - |
| 1656 | + |
1665 | 1657 |
|
1666 | 1658 |
|
1667 | 1659 |
|
| ||
3087 | 3079 |
|
3088 | 3080 |
|
3089 | 3081 |
|
3090 |
| - |
| 3082 | + |
3091 | 3083 |
|
3092 | 3084 |
|
3093 | 3085 |
|
| ||
3136 | 3128 |
|
3137 | 3129 |
|
3138 | 3130 |
|
3139 |
| - |
| 3131 | + |
3140 | 3132 |
|
3141 | 3133 |
|
3142 | 3134 |
|
3143 |
| - |
| 3135 | + |
3144 | 3136 |
|
3145 | 3137 |
|
3146 | 3138 |
|
| ||
3164 | 3156 |
|
3165 | 3157 |
|
3166 | 3158 |
|
| 3159 | + |
| 3160 | + |
3167 | 3161 |
|
3168 | 3162 |
|
3169 | 3163 |
|
|
src/backend/executor/execUtils.c
Copy file name to clipboardExpand all lines: src/backend/executor/execUtils.c+45-4Lines changed: 45 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| 29 | + |
| 30 | + |
29 | 31 |
|
30 | 32 |
|
31 | 33 |
|
| ||
108 | 110 |
|
109 | 111 |
|
110 | 112 |
|
| 113 | + |
| 114 | + |
111 | 115 |
|
112 | 116 |
|
113 | 117 |
|
| ||
670 | 674 |
|
671 | 675 |
|
672 | 676 |
|
| 677 | + |
| 678 | + |
| 679 | + |
| 680 | + |
| 681 | + |
| 682 | + |
| 683 | + |
| 684 | + |
| 685 | + |
| 686 | + |
| 687 | + |
| 688 | + |
| 689 | + |
| 690 | + |
| 691 | + |
| 692 | + |
| 693 | + |
| 694 | + |
| 695 | + |
| 696 | + |
| 697 | + |
| 698 | + |
| 699 | + |
| 700 | + |
| 701 | + |
| 702 | + |
| 703 | + |
| 704 | + |
| 705 | + |
| 706 | + |
| 707 | + |
| 708 | + |
| 709 | + |
| 710 | + |
| 711 | + |
| 712 | + |
| 713 | + |
673 | 714 |
|
674 | 715 |
|
675 | 716 |
|
| ||
681 | 722 |
|
682 | 723 |
|
683 | 724 |
|
684 |
| - |
| 725 | + |
685 | 726 |
|
686 | 727 |
|
687 | 728 |
|
688 | 729 |
|
689 | 730 |
|
690 |
| - |
| 731 | + |
691 | 732 |
|
692 | 733 |
|
693 | 734 |
|
| ||
876 | 917 |
|
877 | 918 |
|
878 | 919 |
|
879 |
| - |
| 920 | + |
880 | 921 |
|
881 | 922 |
|
882 | 923 |
|
| ||
911 | 952 |
|
912 | 953 |
|
913 | 954 |
|
914 |
| - |
| 955 | + |
915 | 956 |
|
916 | 957 |
|
917 | 958 |
|
|
src/backend/executor/nodeLockRows.c
Copy file name to clipboardExpand all lines: src/backend/executor/nodeLockRows.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
400 | 400 |
|
401 | 401 |
|
402 | 402 |
|
403 |
| - |
| 403 | + |
404 | 404 |
|
405 | 405 |
|
406 | 406 |
|
|
src/backend/replication/logical/worker.c
Copy file name to clipboardExpand all lines: src/backend/replication/logical/worker.c+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
200 | 200 |
|
201 | 201 |
|
202 | 202 |
|
203 |
| - |
204 |
| - |
| 203 | + |
205 | 204 |
|
206 | 205 |
|
207 | 206 |
|
|
src/include/executor/executor.h
Copy file name to clipboardExpand all lines: src/include/executor/executor.h+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
514 | 514 |
|
515 | 515 |
|
516 | 516 |
|
| 517 | + |
| 518 | + |
| 519 | + |
| 520 | + |
| 521 | + |
| 522 | + |
| 523 | + |
| 524 | + |
| 525 | + |
517 | 526 |
|
518 | 527 |
|
519 | 528 |
|
|
src/include/nodes/execnodes.h
Copy file name to clipboardExpand all lines: src/include/nodes/execnodes.h+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
| 39 | + |
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
| ||
486 | 487 |
|
487 | 488 |
|
488 | 489 |
|
489 |
| - |
| 490 | + |
| 491 | + |
| 492 | + |
490 | 493 |
|
491 | 494 |
|
492 | 495 |
|
| ||
563 | 566 |
|
564 | 567 |
|
565 | 568 |
|
566 |
| - |
| 569 | + |
567 | 570 |
|
568 | 571 |
|
569 | 572 |
|
|
src/include/parser/parsetree.h
Copy file name to clipboardExpand all lines: src/include/parser/parsetree.h-10Lines changed: 0 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 | 34 |
|
45 | 35 |
|
46 | 36 |
|
|
0 commit comments