forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit234a266
committed
Fix code comments regarding logical decoding
Back in3b02ea4 I added some comments in various places to explainhow logical decoding and other things worked. Not all of the changeswere welcome, because they were misleading or wrong. This changes thema little bit to make them more accurate.Some other comments are also changed to be more accurate. Also, fix abunch of typos.Author: Álvaro Herrera, Craig RingerAndres Freund reviewed some parts of this.1 parent21c2b1c commit234a266
File tree
3 files changed
+27
-22
lines changed- src
- backend/replication/logical
- include/replication
3 files changed
+27
-22
lines changedLines changed: 15 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
305 | 305 |
| |
306 | 306 |
| |
307 | 307 |
| |
308 |
| - | |
309 |
| - | |
310 |
| - | |
311 |
| - | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
312 | 320 |
| |
313 | 321 |
| |
314 | 322 |
| |
| |||
745 | 753 |
| |
746 | 754 |
| |
747 | 755 |
| |
748 |
| - | |
| 756 | + | |
749 | 757 |
| |
750 | 758 |
| |
751 | 759 |
| |
| |||
890 | 898 |
| |
891 | 899 |
| |
892 | 900 |
| |
893 |
| - | |
| 901 | + | |
894 | 902 |
| |
895 | 903 |
| |
896 | 904 |
| |
| |||
926 | 934 |
| |
927 | 935 |
| |
928 | 936 |
| |
929 |
| - | |
| 937 | + | |
930 | 938 |
| |
931 | 939 |
| |
932 | 940 |
| |
|
Lines changed: 4 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
241 |
| - | |
242 |
| - | |
243 |
| - | |
244 |
| - | |
| 241 | + | |
245 | 242 |
| |
246 | 243 |
| |
247 | 244 |
| |
| |||
265 | 262 |
| |
266 | 263 |
| |
267 | 264 |
| |
268 |
| - | |
269 |
| - | |
270 |
| - | |
271 |
| - | |
272 |
| - | |
273 |
| - | |
274 |
| - | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
275 | 268 |
| |
276 | 269 |
| |
277 | 270 |
| |
|
Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
70 | 75 |
| |
71 | 76 |
| |
72 | 77 |
| |
| |||
113 | 118 |
| |
114 | 119 |
| |
115 | 120 |
| |
116 |
| - | |
| 121 | + | |
117 | 122 |
| |
118 |
| - | |
| 123 | + | |
119 | 124 |
| |
120 |
| - | |
121 | 125 |
| |
122 | 126 |
| |
123 | 127 |
| |
|
0 commit comments
Comments
(0)