1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-21 15:54:08 +03:00

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
This commit is contained in:
Amit Kapila 2020-05-18 08:24:36 +05:30
parent 3acb30b498
commit b88ca12ba8

View File

@ -126,7 +126,7 @@ ReplicationSlotsShmemSize(void)
} }
/* /*
* Allocate and initialize walsender-related shared memory. * Allocate and initialize shared memory for replication slots.
*/ */
void void
ReplicationSlotsShmemInit(void) ReplicationSlotsShmemInit(void)