aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2020-05-18 08:15:05 +0530
committerAmit Kapila <akapila@postgresql.org>2020-05-18 08:15:05 +0530
commitbf3827f29cb07ababd0fc43fa5ea7ac8a9388f5a (patch)
tree3c16e64beeb7b6acd49462fcafafaf222e486797 /src
parentb4ded2f227f3ec1144a4691d2326eb90174447db (diff)
downloadpostgresql-bf3827f29cb07ababd0fc43fa5ea7ac8a9388f5a.tar.gz
postgresql-bf3827f29cb07ababd0fc43fa5ea7ac8a9388f5a.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 bb5555ed736..a2ca9b070e1 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)