Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitca906f6

Browse files
committed
Fix variable and type name in comment.
Kyotaro HoriguchiDiscussion:https://www.postgresql.org/message-id/20170711.163441.241981736.horiguchi.kyotaro@lab.ntt.co.jp
1 parent49a3360 commitca906f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/storage/ipc/standby.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,10 +587,10 @@ StandbyLockTimeoutHandler(void)
587587
* one transaction on one relation.
588588
*
589589
* 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
590+
*RecoveryLockList, so we can keep track of the various entries made by
591591
* the Startup process's virtual xid in the shared lock table.
592592
*
593-
* List elements use typexl_rel_lock, since the WAL record type exactly
593+
* List elements use typexl_standby_lock, since the WAL record type exactly
594594
* matches the information that we need to keep track of.
595595
*
596596
* We use session locks rather than normal locks so we don't need

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp