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 cc2788a commit cb26650Copy full SHA for cb26650
doc/src/sgml/logicaldecoding.sgml
@@ -718,8 +718,7 @@ typedef bool (*LogicalDecodeFilterDecodeTxnCB) (struct LogicalDecodingContext *c
718
is called to determine whether data that is part of the current
719
two-phase commit transaction should be considered for decode
720
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.
+ <command>COMMIT PREPARED</command> time later.
723
<programlisting>
724
typedef bool (*LogicalDecodeFilterPrepareCB) (struct LogicalDecodingContext *ctx,
725
ReorderBufferTXN *txn,
0 commit comments