Fix comment in slot.c.
authorAmit Kapila <[email protected]>
Mon, 18 May 2020 03:10:32 +0000 (08:40 +0530)
committerAmit Kapila <[email protected]>
Mon, 18 May 2020 03:10:32 +0000 (08:40 +0530)
Reported-by: Sawada Masahiko
Author: Sawada Masahiko
Reviewed-by: Amit Kapila
Backpatch-through: 9.5
Discussion: https://postgr.es/m/CA+fd4k4Ws7M7YQ8PqSym5WB1y75dZeBTd1sZJUQdfe0KJQ-iSA@mail.gmail.com

src/backend/replication/slot.c

index 85c1cc969c1a6ce990bd509ffa8e67d3538c9c12..37886dc104339890aa0b3801c51578c40abfc427 100644 (file)
@@ -122,7 +122,7 @@ ReplicationSlotsShmemSize(void)
 }
 
 /*
- * Allocate and initialize walsender-related shared memory.
+ * Allocate and initialize shared memory for replication slots.
  */
 void
 ReplicationSlotsShmemInit(void)