Fix comments in ReplicationSlotAcquire().
authorAmit Kapila <akapila@postgresql.org>
Mon, 29 Jan 2024 04:42:58 +0000 (10:12 +0530)
committerAmit Kapila <akapila@postgresql.org>
Mon, 29 Jan 2024 04:42:58 +0000 (10:12 +0530)
commita9a47fb6d99785d5d272b408d251dca28b0879e3
tree633fe07afcee1cb4f894ea150365337ab440867b
parent73292404370c9900a96e2bebdc7144f7010339cf
Fix comments in ReplicationSlotAcquire().

They were incorrectly referring to a slot parameter in
ReplicationSlotAcquire() which is not passed to the API.

Author: Wang Wei
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/OS3PR01MB6275E3CE4DC15FF8B8B80D3A9E7A2@OS3PR01MB6275.jpnprd01.prod.outlook.com
src/backend/replication/slot.c