Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c618e1b

Browse files
committed
doc: Fix typo in logical decoding documentation
From: Petr Jelinek <petr@2ndquadrant.com>
1 parent 820bdcc commit c618e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/logicaldecoding.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ typedef void (*LogicalDecodeChangeCB) (
581581
from <parameter>origin_id</parameter> is of interest to the
582582
output plugin.
583583
<programlisting>
584-
typedef bool (*LogicalDecodeChangeCB) (
584+
typedef bool (*LogicalDecodeFilterByOriginCB) (
585585
struct LogicalDecodingContext *ctx,
586586
RepNodeId origin_id
587587
);

0 commit comments

Comments
 (0)