Formatting and docs corrections for logical decoding output plugins.

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

Commit: 7d1b6bf407ad19247f0a65aaf742b769e0938b2c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-02-15T23:15:47Z
Releases: 9.5.7
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 +16 −27
src/include/replication/output_plugin.h modified +11 −19