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
- 0001-Fix-atop-pg_get_replication_slots-function-to-reflec.patch (application/octet-stream) patch 0001
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
-
Improve comments atop pg_get_replication_slots.
- a1efcda7c33d 16.0 landed