[COMMITTERS] pgsql: Formatting and docs corrections for logical decoding outputplug

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Formatting and docs corrections for logical decoding outputplug
Дата
Msg-id E1ce8ns-0000kv-1N@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Formatting and docs corrections for logical decoding output plugins.

Make the typedefs for output plugins consistent with project style;
they were previously not even consistent with each other as to layout
or inclusion of parameter names.  Make the documentation look the same,
and fix errors therein (missing and misdescribed parameters).

Back-patch because of the documentation bugs.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/c3b5cfe33cda6e28bbdc75534706c1a00a9e6c4b

Modified Files
--------------
doc/src/sgml/logicaldecoding.sgml       | 37 +++++++++++++--------------------
src/include/replication/output_plugin.h | 27 +++++++++---------------
2 files changed, 24 insertions(+), 40 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Doc: fix typo in logicaldecoding.sgml.
Следующее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Avoid crash in ALTER TABLE not_partitioned DETACH PARTITION.