File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -586,14 +586,14 @@ StandbyLockTimeoutHandler(void)
586
586
* one transaction on one relation.
587
587
*
588
588
* We keep a single dynamically expandible list of locks in local memory,
589
- * RelationLockList , so we can keep track of the various entries made by
589
+ * RecoveryLockList , so we can keep track of the various entries made by
590
590
* the Startup process's virtual xid in the shared lock table.
591
591
*
592
592
* We record the lock against the top-level xid, rather than individual
593
593
* subtransaction xids. This means AccessExclusiveLocks held by aborted
594
594
* subtransactions are not released as early as possible on standbys.
595
595
*
596
- * List elements use type xl_rel_lock , since the WAL record type exactly
596
+ * List elements use type xl_standby_lock , since the WAL record type exactly
597
597
* matches the information that we need to keep track of.
598
598
*
599
599
* We use session locks rather than normal locks so we don't need
You can’t perform that action at this time.
0 commit comments