aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2020-05-18 08:16:45 +0530
committerAmit Kapila <akapila@postgresql.org>2020-05-18 08:16:45 +0530
commit1567ed9b3adc66f00922a9dce06b108c2710d046 (patch)
treee530cdac074c9750f7360c8ee0e49cc8f3c4f58b
parent70ae82b9b4b5871604ba4e98ebe0f32bef223200 (diff)
downloadpostgresql-1567ed9b3adc66f00922a9dce06b108c2710d046.tar.gz
postgresql-1567ed9b3adc66f00922a9dce06b108c2710d046.zip
Fix comment in slot.c.
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
-rw-r--r--src/backend/replication/slot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/slot.c b/src/backend/replication/slot.c
index 1317522fbb6..0380a152d2b 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)