forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite5c071b
committed
Rename the logical replication global "wrconn"
The worker.c global wrconn is only meant to be used by logical apply/tablesync workers, but there are other variables with the same name. Toreduce future confusion rename the global from "wrconn" to"LogRepWorkerWalRcvConn".While this is just cosmetic, it seems better to backpatch it all the wayback to 10 where this code appeared, to avoid future backpatchingissues.Author: Peter Smith <smithpb2250@gmail.com>Discussion:https://postgr.es/m/CAHut+Pu7Jv9L2BOEx_Z0UtJxfDevQSAUW2mJqWU+CtmDrEZVAg@mail.gmail.com1 parent834d928 commite5c071b
File tree
4 files changed
+29
-24
lines changed- src
- backend/replication/logical
- include/replication
4 files changed
+29
-24
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
704 | 704 |
| |
705 | 705 |
| |
706 | 706 |
| |
707 |
| - | |
708 |
| - | |
| 707 | + | |
| 708 | + | |
709 | 709 |
| |
710 | 710 |
| |
711 | 711 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
288 | 288 |
| |
289 | 289 |
| |
290 | 290 |
| |
291 |
| - | |
| 291 | + | |
292 | 292 |
| |
293 | 293 |
| |
294 | 294 |
| |
| |||
584 | 584 |
| |
585 | 585 |
| |
586 | 586 |
| |
587 |
| - | |
| 587 | + | |
588 | 588 |
| |
589 | 589 |
| |
590 | 590 |
| |
| |||
657 | 657 |
| |
658 | 658 |
| |
659 | 659 |
| |
660 |
| - | |
| 660 | + | |
| 661 | + | |
661 | 662 |
| |
662 | 663 |
| |
663 | 664 |
| |
| |||
695 | 696 |
| |
696 | 697 |
| |
697 | 698 |
| |
698 |
| - | |
| 699 | + | |
| 700 | + | |
699 | 701 |
| |
700 |
| - | |
| 702 | + | |
| 703 | + | |
701 | 704 |
| |
702 | 705 |
| |
703 | 706 |
| |
| |||
784 | 787 |
| |
785 | 788 |
| |
786 | 789 |
| |
787 |
| - | |
| 790 | + | |
788 | 791 |
| |
789 | 792 |
| |
790 | 793 |
| |
| |||
851 | 854 |
| |
852 | 855 |
| |
853 | 856 |
| |
854 |
| - | |
855 |
| - | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
856 | 860 |
| |
857 | 861 |
| |
858 | 862 |
| |
| |||
897 | 901 |
| |
898 | 902 |
| |
899 | 903 |
| |
900 |
| - | |
| 904 | + | |
901 | 905 |
| |
902 | 906 |
| |
903 | 907 |
| |
| |||
914 | 918 |
| |
915 | 919 |
| |
916 | 920 |
| |
917 |
| - | |
| 921 | + | |
918 | 922 |
| |
919 | 923 |
| |
920 | 924 |
| |
921 | 925 |
| |
922 | 926 |
| |
923 | 927 |
| |
924 |
| - | |
| 928 | + | |
925 | 929 |
| |
926 | 930 |
| |
927 | 931 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 |
| - | |
| 103 | + | |
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
| |||
1517 | 1517 |
| |
1518 | 1518 |
| |
1519 | 1519 |
| |
1520 |
| - | |
| 1520 | + | |
1521 | 1521 |
| |
1522 | 1522 |
| |
1523 | 1523 |
| |
| |||
1597 | 1597 |
| |
1598 | 1598 |
| |
1599 | 1599 |
| |
1600 |
| - | |
| 1600 | + | |
1601 | 1601 |
| |
1602 | 1602 |
| |
1603 | 1603 |
| |
| |||
1627 | 1627 |
| |
1628 | 1628 |
| |
1629 | 1629 |
| |
1630 |
| - | |
| 1630 | + | |
1631 | 1631 |
| |
1632 | 1632 |
| |
1633 | 1633 |
| |
| |||
1790 | 1790 |
| |
1791 | 1791 |
| |
1792 | 1792 |
| |
1793 |
| - | |
| 1793 | + | |
| 1794 | + | |
1794 | 1795 |
| |
1795 | 1796 |
| |
1796 | 1797 |
| |
| |||
2088 | 2089 |
| |
2089 | 2090 |
| |
2090 | 2091 |
| |
2091 |
| - | |
2092 |
| - | |
2093 |
| - | |
| 2092 | + | |
| 2093 | + | |
| 2094 | + | |
2094 | 2095 |
| |
2095 | 2096 |
| |
2096 | 2097 |
| |
2097 | 2098 |
| |
2098 | 2099 |
| |
2099 | 2100 |
| |
2100 | 2101 |
| |
2101 |
| - | |
| 2102 | + | |
2102 | 2103 |
| |
2103 | 2104 |
| |
2104 | 2105 |
| |
| |||
2117 | 2118 |
| |
2118 | 2119 |
| |
2119 | 2120 |
| |
2120 |
| - | |
| 2121 | + | |
2121 | 2122 |
| |
2122 | 2123 |
| |
2123 | 2124 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
|
0 commit comments
Comments
(0)