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

Commit cb26650

Browse files
author
Liudmila Mantrova
committed
DOC: removed repeated sentence from logicaldecoding.sgml
1 parent cc2788a commit cb26650

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/src/sgml/logicaldecoding.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,8 +718,7 @@ typedef bool (*LogicalDecodeFilterDecodeTxnCB) (struct LogicalDecodingContext *c
718718
is called to determine whether data that is part of the current
719719
two-phase commit transaction should be considered for decode
720720
at this prepare stage or as a regular one-phase transaction at
721-
<command>COMMIT PREPARED</command> time later. To signal that
722-
decoding should be skipped, return true; false otherwise.
721+
<command>COMMIT PREPARED</command> time later.
723722
<programlisting>
724723
typedef bool (*LogicalDecodeFilterPrepareCB) (struct LogicalDecodingContext *ctx,
725724
ReorderBufferTXN *txn,

0 commit comments

Comments
 (0)