pgsql: Fix code comments regarding logical decoding

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix code comments regarding logical decoding
Date: 2016-05-02 19:11:53
Message-ID: E1axJG5-0001VD-AX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2016-05-02 19:57:53 pgsql: Fix thinko in comment
Previous Message Tom Lane 2016-05-02 17:28:57 pgsql: Docs: improve index entries for new tsvector functions.