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