File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1273,10 +1273,10 @@ LogStandbySnapshot(void)
12731273/*
12741274 * Record an enhanced snapshot of running transactions into WAL.
12751275 *
1276- * The definitions of RunningTransactionsData and xl_xact_running_xacts are
1277- * similar. We keep them separate because xl_xact_running_xacts is a
1278- * contiguous chunk of memory and never exists fully until it is assembled in
1279- * WAL. The inserted records are marked as not being important for durability,
1276+ * The definitions of RunningTransactionsData and xl_running_xacts are
1277+ * similar. We keep them separate because xl_running_xacts is a contiguous
1278+ * chunk of memory and never exists fully until it is assembled in WAL.
1279+ * The inserted records are marked as not being important for durability,
12801280 * to avoid triggering superfluous checkpoint / archiving activity.
12811281 */
12821282static XLogRecPtr
You can’t perform that action at this time.
0 commit comments