We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57da416 commit c43129eCopy full SHA for c43129e
doc/src/sgml/logicaldecoding.sgml
@@ -581,7 +581,7 @@ typedef void (*LogicalDecodeChangeCB) (
581
from <parameter>origin_id</parameter> is of interest to the
582
output plugin.
583
<programlisting>
584
-typedef bool (*LogicalDecodeChangeCB) (
+typedef bool (*LogicalDecodeFilterByOriginCB) (
585
struct LogicalDecodingContext *ctx,
586
RepNodeId origin_id
587
);
0 commit comments