From: Heikki Linnakangas Date: Thu, 12 Feb 2026 17:41:02 +0000 (+0200) Subject: Fix comment neglected in commit ddc3250208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7a4291bb73e891243de7649ba92e7337a476434;p=thirdparty%2Fpostgresql.git Fix comment neglected in commit ddc3250208 I renamed the field in commit ddc3250208, but missed this one reference. --- diff --git a/src/include/replication/slot.h b/src/include/replication/slot.h index 72f8be629f3..4b4709f6e2c 100644 --- a/src/include/replication/slot.h +++ b/src/include/replication/slot.h @@ -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 */