pgsql: Formatting and docs corrections for logical decoding output plug

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Formatting and docs corrections for logical decoding output plug
Date: 2017-02-15 23:16:04
Message-ID: E1ce8ns-0000ku-1K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7d1b6bf407ad19247f0a65aaf742b769e0938b2c

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

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-02-16 13:43:11 pgsql: Avoid crash in ALTER TABLE not_partitioned DETACH PARTITION.
Previous Message Tom Lane 2017-02-15 22:31:34 pgsql: Doc: fix typo in logicaldecoding.sgml.