File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -549,14 +549,14 @@ StandbyTimeoutHandler(void)
549
549
* one transaction on one relation, and don't worry about lock queuing.
550
550
*
551
551
* We keep a single dynamically expandible list of locks in local memory,
552
- * RelationLockList , so we can keep track of the various entries made by
552
+ * RecoveryLockList , so we can keep track of the various entries made by
553
553
* the Startup process's virtual xid in the shared lock table.
554
554
*
555
555
* We record the lock against the top-level xid, rather than individual
556
556
* subtransaction xids. This means AccessExclusiveLocks held by aborted
557
557
* subtransactions are not released as early as possible on standbys.
558
558
*
559
- * List elements use type xl_rel_lock , since the WAL record type exactly
559
+ * List elements use type xl_standby_lock , since the WAL record type exactly
560
560
* matches the information that we need to keep track of.
561
561
*
562
562
* 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