forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfdf81c9
committed
pg_recvlogical.c code review.
Several comments still referred to 'initiating', 'freeing', 'stopping'replication slots. These were terms used during different phases ofthe development of logical decoding, but are no long accurate.Also rename StreamLog() to StreamLogicalLog() and add 'void' to theprototype.Author: Michael Paquier, with some editing by me.Backpatch to 9.4 where pg_recvlogical was introduced.1 parent5fa6c81 commitfdf81c9
1 file changed
+10
-10
lines changedLines changed: 10 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
| |||
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
197 |
| - | |
| 197 | + | |
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
| |||
868 | 868 |
| |
869 | 869 |
| |
870 | 870 |
| |
871 |
| - | |
| 871 | + | |
872 | 872 |
| |
873 | 873 |
| |
874 | 874 |
| |
875 | 875 |
| |
876 | 876 |
| |
877 | 877 |
| |
878 | 878 |
| |
879 |
| - | |
| 879 | + | |
880 | 880 |
| |
881 | 881 |
| |
882 | 882 |
| |
| |||
892 | 892 |
| |
893 | 893 |
| |
894 | 894 |
| |
895 |
| - | |
896 |
| - | |
| 895 | + | |
| 896 | + | |
897 | 897 |
| |
898 | 898 |
| |
899 | 899 |
| |
| |||
902 | 902 |
| |
903 | 903 |
| |
904 | 904 |
| |
905 |
| - | |
| 905 | + | |
906 | 906 |
| |
907 | 907 |
| |
908 | 908 |
| |
909 | 909 |
| |
910 | 910 |
| |
911 | 911 |
| |
912 | 912 |
| |
913 |
| - | |
| 913 | + | |
914 | 914 |
| |
915 | 915 |
| |
916 | 916 |
| |
| |||
927 | 927 |
| |
928 | 928 |
| |
929 | 929 |
| |
930 |
| - | |
931 |
| - | |
| 930 | + | |
| 931 | + | |
932 | 932 |
| |
933 | 933 |
| |
934 | 934 |
| |
|
0 commit comments
Comments
(0)