* so during startup, to get to the first transaction the client needs. As
* we have reset the catalog caches before starting to read WAL, and we
* haven't yet touched any catalogs, there can't be anything to invalidate.
- * But if we're "forgetting" this commit because it's it happened in
- * another database, the invalidations might be important, because they
- * could be for shared catalogs and we might have loaded data into the
- * relevant syscaches.
+ * But if we're "forgetting" this commit because it happened in another
+ * database, the invalidations might be important, because they could be
+ * for shared catalogs and we might have loaded data into the relevant
+ * syscaches.
* ---
*/
if (DecodeTXNNeedSkip(ctx, buf, parsed->dbId, origin_id))
ctx->write_xid = txn->xid;
ctx->write_location = txn->end_lsn;
- /* in streaming mode, stream_abort_cb is required */
+ /* in streaming mode, stream_commit_cb is required */
if (ctx->callbacks.stream_commit_cb == NULL)
ereport(ERROR,
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),