Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix comment in slot.c.
authorAmit Kapila <akapila@postgresql.org>
Mon, 18 May 2020 02:45:05 +0000 (08:15 +0530)
committerAmit Kapila <akapila@postgresql.org>
Mon, 18 May 2020 02:45:05 +0000 (08:15 +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 bb5555ed736780fac72ca7adad46eca3cf1ba9ec..a2ca9b070e1bc5b10d84858bc1960d160f86a10f 100644 (file)
@@ -126,7 +126,7 @@ ReplicationSlotsShmemSize(void)
 }
 
 /*
- * Allocate and initialize walsender-related shared memory.
+ * Allocate and initialize shared memory for replication slots.
  */
 void
 ReplicationSlotsShmemInit(void)