@@ -832,10 +832,10 @@ typedef void (*LogicalDecodeSequenceCB) (struct LogicalDecodingContext *ctx,
832832 The <parameter>txn</parameter> parameter contains meta information about
833833 the transaction the sequence change is part of. Note however that for
834834 non-transactional increments, the transaction may be either NULL or not
835- NULL, depending on if the transaction already has XID assigned.
836- The <parameter>sequence_lsn</parameter> has WAL location of the sequence
837- update. The <parameter>transactional</parameter> says if the sequence has
838- to be replayed as part of the transaction or directly.
835+ NULL, depending on if the transaction already has an XID assigned.
836+ The <parameter>sequence_lsn</parameter> has the WAL location of the
837+ sequence update. <parameter>transactional</parameter> says if the
838+ sequence has to be replayed as part of the transaction or directly.
839839
840840 The <parameter>last_value</parameter>, <parameter>log_cnt</parameter> and
841841 <parameter>is_called</parameter> parameters describe the sequence change.
@@ -1264,7 +1264,7 @@ OutputPluginWrite(ctx, true);
12641264 streamed in blocks demarcated by <function>stream_start_cb</function>
12651265 and <function>stream_stop_cb</function> callbacks. Once all the decoded
12661266 changes are transmitted, the transaction can be committed using the
1267- the <function>stream_commit_cb</function> callback
1267+ <function>stream_commit_cb</function> callback
12681268 (or possibly aborted using the <function>stream_abort_cb</function> callback).
12691269 If two-phase commits are supported, the transaction can be prepared using the
12701270 <function>stream_prepare_cb</function> callback,
0 commit comments