Formatting and docs corrections for logical decoding output plugins.

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

Commit: 6abf99b01d5a153684716d445fce204fc222975c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-02-15T23:15:47Z
Releases: 9.6.3
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 +23 −36
src/include/replication/output_plugin.h modified +12 −21

Documentation touched