pgsql: Improve comments atop pg_get_replication_slots.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve comments atop pg_get_replication_slots.
Date: 2022-11-22 10:12:32
Message-ID: E1oxQGV-000LG3-Kq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-11-22 10:28:30 pgsql: Remove useless MERGE test
Previous Message Alvaro Herrera 2022-11-22 09:56:57 pgsql: Ignore invalidated slots while computing oldest catalog Xmin