Commit c618e1b5 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Fix typo in logical decoding documentation

From: Petr Jelinek <petr@2ndquadrant.com>
parent 820bdccc
......@@ -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
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment