mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 06:08:26 -04:00
Fix comment neglected in commit ddc3250208
I renamed the field in commit ddc3250208, but missed this one
reference.
This commit is contained in:
parent
a468898883
commit
d7a4291bb7
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ typedef struct ReplicationSlot
|
|||
/* is somebody performing io on this slot? */
|
||||
LWLock io_in_progress_lock;
|
||||
|
||||
/* Condition variable signaled when active_pid changes */
|
||||
/* Condition variable signaled when active_proc changes */
|
||||
ConditionVariable active_cv;
|
||||
|
||||
/* all the remaining data is only used for logical slots */
|
||||
|
|
|
|||
Loading…
Reference in a new issue