Formatting and docs corrections for logical decoding output plugins.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c3b5cfe33cda6e28bbdc75534706c1a00a9e6c4b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-02-15T23:15:47Z
Releases: 9.4.12
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.

Files

PathChange+/−
doc/src/sgml/logicaldecoding.sgml modified +14 −23
src/include/replication/output_plugin.h modified +10 −17