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) ( ...@@ -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
); );
......
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