File tree
Expand file treeCollapse file tree
4 files changed
+32
-28
lines changedFilter options
- src
- backend
- commands
- replication/logical
- include/replication
Expand file treeCollapse file tree
4 files changed
+32
-28
lines changedsrc/backend/commands/subscriptioncmds.c
Copy file name to clipboardExpand all lines: src/backend/commands/subscriptioncmds.c+10-5Lines changed: 10 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
715 | 715 |
|
716 | 716 |
|
717 | 717 |
|
718 |
| - |
| 718 | + |
| 719 | + |
719 | 720 |
|
720 | 721 |
|
721 | 722 |
|
| ||
749 | 750 |
|
750 | 751 |
|
751 | 752 |
|
752 |
| - |
| 753 | + |
| 754 | + |
753 | 755 |
|
754 | 756 |
|
755 | 757 |
|
| ||
1174 | 1176 |
|
1175 | 1177 |
|
1176 | 1178 |
|
1177 |
| - |
| 1179 | + |
| 1180 | + |
1178 | 1181 |
|
1179 | 1182 |
|
1180 | 1183 |
|
| ||
1254 | 1257 |
|
1255 | 1258 |
|
1256 | 1259 |
|
1257 |
| - |
| 1260 | + |
| 1261 | + |
1258 | 1262 |
|
1259 | 1263 |
|
1260 | 1264 |
|
| ||
1532 | 1536 |
|
1533 | 1537 |
|
1534 | 1538 |
|
1535 |
| - |
| 1539 | + |
| 1540 | + |
1536 | 1541 |
|
1537 | 1542 |
|
1538 | 1543 |
|
|
src/backend/replication/logical/tablesync.c
Copy file name to clipboardExpand all lines: src/backend/replication/logical/tablesync.c+19-21Lines changed: 19 additions & 21 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
314 | 314 |
|
315 | 315 |
|
316 | 316 |
|
317 |
| - |
| 317 | + |
| 318 | + |
318 | 319 |
|
319 | 320 |
|
320 | 321 |
|
| ||
462 | 463 |
|
463 | 464 |
|
464 | 465 |
|
465 |
| - |
| 466 | + |
| 467 | + |
466 | 468 |
|
467 | 469 |
|
468 | 470 |
|
| ||
871 | 873 |
|
872 | 874 |
|
873 | 875 |
|
874 |
| - |
875 |
| - |
876 |
| - |
| 876 | + |
| 877 | + |
877 | 878 |
|
878 | 879 |
|
879 | 880 |
|
880 | 881 |
|
881 | 882 |
|
882 | 883 |
|
883 |
| - |
| 884 | + |
884 | 885 |
|
885 |
| - |
| 886 | + |
886 | 887 |
|
887 |
| - |
888 |
| - |
889 |
| - |
890 |
| - |
891 |
| - |
892 |
| - |
893 |
| - |
894 |
| - |
| 888 | + |
| 889 | + |
895 | 890 |
|
896 | 891 |
|
897 | 892 |
|
| ||
901 | 896 |
|
902 | 897 |
|
903 | 898 |
|
904 |
| - |
| 899 | + |
905 | 900 |
|
906 |
| - |
| 901 | + |
907 | 902 |
|
908 | 903 |
|
909 | 904 |
|
| ||
951 | 946 |
|
952 | 947 |
|
953 | 948 |
|
954 |
| - |
955 |
| - |
956 |
| - |
| 949 | + |
| 950 | + |
| 951 | + |
| 952 | + |
| 953 | + |
957 | 954 |
|
958 | 955 |
|
959 | 956 |
|
| ||
972 | 969 |
|
973 | 970 |
|
974 | 971 |
|
975 |
| - |
| 972 | + |
| 973 | + |
976 | 974 |
|
977 | 975 |
|
978 | 976 |
|
|
src/include/replication/slot.h
Copy file name to clipboardExpand all lines: src/include/replication/slot.h+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
212 | 212 |
|
213 | 213 |
|
214 | 214 |
|
215 |
| - |
| 215 | + |
216 | 216 |
|
217 | 217 |
|
218 | 218 |
|
|
src/include/replication/worker_internal.h
Copy file name to clipboardExpand all lines: src/include/replication/worker_internal.h+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
85 |
| - |
| 85 | + |
| 86 | + |
86 | 87 |
|
87 | 88 |
|
88 | 89 |
|
|
0 commit comments