[COMMITTERS] pgsql: Formatting and docs corrections for logical decoding outputplug - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Formatting and docs corrections for logical decoding outputplug
Date
Msg-id E1ce8ns-0000kq-1B@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/93e6e40574bccf9c6f33c520a4189d3e98e2fd1f

Modified Files
--------------
doc/src/sgml/logicaldecoding.sgml       | 59 +++++++++++++--------------------
src/include/replication/output_plugin.h | 33 +++++++-----------
2 files changed, 35 insertions(+), 57 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Doc: fix typo in logicaldecoding.sgml.
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Avoid crash in ALTER TABLE not_partitioned DETACH PARTITION.