We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a3360 commit ca906f6Copy full SHA for ca906f6
src/backend/storage/ipc/standby.c
@@ -587,10 +587,10 @@ StandbyLockTimeoutHandler(void)
587
* one transaction on one relation.
588
*
589
* We keep a single dynamically expandible list of locks in local memory,
590
- * RelationLockList, so we can keep track of the various entries made by
+ * RecoveryLockList, so we can keep track of the various entries made by
591
* the Startup process's virtual xid in the shared lock table.
592
593
- * List elements use type xl_rel_lock, since the WAL record type exactly
+ * List elements use type xl_standby_lock, since the WAL record type exactly
594
* matches the information that we need to keep track of.
595
596
* We use session locks rather than normal locks so we don't need
0 commit comments