doc: Fix typo in logical decoding documentation

From: Petr Jelinek <petr@2ndquadrant.com>
pull/10/head
Peter Eisentraut 10 years ago
parent 820bdccc1b
commit c618e1b506
  1. 2
      doc/src/sgml/logicaldecoding.sgml

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

Loading…
Cancel
Save