pgsql: Fix comments in ReplicationSlotAcquire(). - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Fix comments in ReplicationSlotAcquire().
Date
Msg-id E1rUJfC-003d3t-C7@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Allow setting failover property in the replication command.
Next
From: Amit Kapila
Date:
Subject: pgsql: Fix catalog lookup due to wrong snapshot for subtransactions dur