diff options
-rw-r--r-- | src/backend/replication/slot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/slot.c b/src/backend/replication/slot.c index 85c1cc969c1..37886dc1043 100644 --- a/src/backend/replication/slot.c +++ b/src/backend/replication/slot.c @@ -122,7 +122,7 @@ ReplicationSlotsShmemSize(void) } /* - * Allocate and initialize walsender-related shared memory. + * Allocate and initialize shared memory for replication slots. */ void ReplicationSlotsShmemInit(void) |