pgsql: Improve comments atop pg_get_replication_slots. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Improve comments atop pg_get_replication_slots.
Date
Msg-id E1oxQGV-000LG3-Kq@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve comments atop pg_get_replication_slots.

Update comments atop pg_get_replication_slots to make it clear that it
shows all replication slots that currently exist on the database cluster.

Author: sirisha chamarthi
Discussion: https://postgr.es/m/CAKrAKeXRuFpeiWS+STGFm-RFfW19sUDxju66JkyRi13kdQf94Q@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/replication/slotfuncs.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Ignore invalidated slots while computing oldest catalog Xmin
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Remove useless MERGE test