pgsql: Fix comments in ReplicationSlotAcquire().

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comments in ReplicationSlotAcquire().
Date: 2024-01-29 04:54:30
Message-ID: E1rUJfC-003d3t-C7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a9a47fb6d99785d5d272b408d251dca28b0879e3

Modified Files
--------------
src/backend/replication/slot.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2024-01-29 05:30:15 pgsql: Fix catalog lookup due to wrong snapshot for subtransactions dur
Previous Message Amit Kapila 2024-01-29 04:20:09 pgsql: Allow setting failover property in the replication command.