diff --git a/src/backend/replication/slot.c b/src/backend/replication/slot.c index 74ad969d864..b3ca48dc62b 100644 --- a/src/backend/replication/slot.c +++ b/src/backend/replication/slot.c @@ -126,7 +126,7 @@ ReplicationSlotsShmemSize(void) } /* - * Allocate and initialize walsender-related shared memory. + * Allocate and initialize shared memory for replication slots. */ void ReplicationSlotsShmemInit(void)