From d7a4291bb73e891243de7649ba92e7337a476434 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Thu, 12 Feb 2026 19:41:02 +0200 Subject: [PATCH] Fix comment neglected in commit ddc3250208 I renamed the field in commit ddc3250208, but missed this one reference. --- src/include/replication/slot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.47.3