Fix comments atop pg_get_replication_slots

sirisha chamarthi <sirichamarthi22@gmail.com>

From: sirisha chamarthi <sirichamarthi22@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2022-11-21T07:15:57Z
Lists: pgsql-hackers

Attachments

Hi Hackers,

The comments atop seem to indicate that it is only showing active
replication slots. The comment is ambiguous as it also shows all the slots
including lost and inactive slots. Attached a small patch to fix it.

Thanks,
Sirisha

Commits

  1. Improve comments atop pg_get_replication_slots.