]> granicus.if.org Git - postgresql/commit
Fix code comments regarding logical decoding
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 2 May 2016 19:04:29 +0000 (16:04 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 2 May 2016 19:04:29 +0000 (16:04 -0300)
commit234a266066dc1c06a92ec85efb2f8948b7fbd320
tree6e437f77af29280ca13c78fd4c451e526b64faa9
parent21c2b1c611d072f1a27defa89803fdd09b132605
Fix code comments regarding logical decoding

Back in 3b02ea4f0780 I added some comments in various places to explain
how logical decoding and other things worked.  Not all of the changes
were welcome, because they were misleading or wrong.  This changes them
a little bit to make them more accurate.

Some other comments are also changed to be more accurate.  Also, fix a
bunch of typos.

Author: Álvaro Herrera, Craig Ringer

Andres Freund reviewed some parts of this.
src/backend/replication/logical/logical.c
src/backend/replication/logical/logicalfuncs.c
src/include/replication/slot.h