@@ -832,10 +832,10 @@ typedef void (*LogicalDecodeSequenceCB) (struct LogicalDecodingContext *ctx,
832
832
The <parameter>txn</parameter> parameter contains meta information about
833
833
the transaction the sequence change is part of. Note however that for
834
834
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 hasan XID assigned.
836
+ The <parameter>sequence_lsn</parameter> hasthe 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.
839
839
840
840
The <parameter>last_value</parameter>, <parameter>log_cnt</parameter> and
841
841
<parameter>is_called</parameter> parameters describe the sequence change.
@@ -1264,7 +1264,7 @@ OutputPluginWrite(ctx, true);
1264
1264
streamed in blocks demarcated by <function>stream_start_cb</function>
1265
1265
and <function>stream_stop_cb</function> callbacks. Once all the decoded
1266
1266
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
1268
1268
(or possibly aborted using the <function>stream_abort_cb</function> callback).
1269
1269
If two-phase commits are supported, the transaction can be prepared using the
1270
1270
<function>stream_prepare_cb</function> callback,