diff options
author | Amit Kapila <akapila@postgresql.org> | 2020-05-18 08:32:43 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2020-05-18 08:32:43 +0530 |
commit | ee62f9ab0c4dca008405d4508e6a9fde1a31b417 (patch) | |
tree | 76f00b581594a2206b964912071efdf49c2ada3e | |
parent | 594ba7f79d32ad1e915c3acb53d84b6e57884ce5 (diff) |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/slot.c b/src/backend/replication/slot.c index f58ad41eacb..1e387bb274a 100644 --- a/src/backend/replication/slot.c +++ b/src/backend/replication/slot.c @@ -124,7 +124,7 @@ ReplicationSlotsShmemSize(void) } /* - * Allocate and initialize walsender-related shared memory. + * Allocate and initialize shared memory for replication slots. */ void ReplicationSlotsShmemInit(void) |