File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1273,10 +1273,10 @@ LogStandbySnapshot(void)
1273
1273
/*
1274
1274
* Record an enhanced snapshot of running transactions into WAL.
1275
1275
*
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,
1280
1280
* to avoid triggering superfluous checkpoint / archiving activity.
1281
1281
*/
1282
1282
static XLogRecPtr
You can’t perform that action at this time.
0 commit comments