pgsql: Fix code comments regarding logical decoding - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix code comments regarding logical decoding
Date
Msg-id E1axJG5-0001VD-AX@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Docs: improve index entries for new tsvector functions.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix thinko in comment