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.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/234a266066dc1c06a92ec85efb2f8948b7fbd320
Modified Files
--------------
src/backend/replication/logical/logical.c | 22 +++++++++++++++-------
src/backend/replication/logical/logicalfuncs.c | 15 ++++-----------
src/include/replication/slot.h | 12 ++++++++----
3 files changed, 27 insertions(+), 22 deletions(-)