pgsql: Fix code comments regarding logical decoding

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix code comments regarding logical decoding
Дата
Msg-id E1axJG5-0001VD-AX@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Docs: improve index entries for new tsvector functions.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix thinko in comment