Fix comment neglected in commit ddc3250208

I renamed the field in commit ddc3250208, but missed this one
reference.
This commit is contained in:
Heikki Linnakangas 2026-02-12 19:41:02 +02:00
parent a468898883
commit d7a4291bb7

View file

@ -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 */