aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2020-05-18 08:40:32 +0530
committerAmit Kapila <akapila@postgresql.org>2020-05-18 08:40:32 +0530
commit7e6674e436b7070216813ca46d367400c0297a1c (patch)
tree7b5ce1aa02c7fe3e68a0735322520a1053681b57 /src
parentb3e71f5255eb689a91309562bfc5f9df3f1de15d (diff)
downloadpostgresql-7e6674e436b7070216813ca46d367400c0297a1c.tar.gz
postgresql-7e6674e436b7070216813ca46d367400c0297a1c.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
Diffstat (limited to 'src')
-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 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)