doc: Fix typo in logical decoding documentation

From: Petr Jelinek <petr@2ndquadrant.com>
This commit is contained in:
Peter Eisentraut 2016-01-10 20:12:27 -05:00
parent 57da416933
commit c43129e714

View File

@ -581,7 +581,7 @@ typedef void (*LogicalDecodeChangeCB) (
from <parameter>origin_id</parameter> is of interest to the
output plugin.
<programlisting>
typedef bool (*LogicalDecodeChangeCB) (
typedef bool (*LogicalDecodeFilterByOriginCB) (
struct LogicalDecodingContext *ctx,
RepNodeId origin_id
);