aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2020-05-18 07:53:26 +0530
committerAmit Kapila <akapila@postgresql.org>2020-05-18 07:53:26 +0530
commit7e041b0c1d13b243b595d0b00145cb1116e4c327 (patch)
tree9bf7817ca2649d436f75186aa0b76db12da34c8b /src
parent18b9d22cef988c4a67d440f6cafc160d9c05871b (diff)
downloadpostgresql-7e041b0c1d13b243b595d0b00145cb1116e4c327.tar.gz
postgresql-7e041b0c1d13b243b595d0b00145cb1116e4c327.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 35ff59cf5b4..e1a2d8a7ae7 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)