Add the information of pg_stat_replication_slots view along with other
system catalogs related to logical decoding.
Author: Vignesh C
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/
20210319185247[email protected]
pg_stat_replication
view provide information about the current state of replication slots and
streaming replication connections respectively. These views apply to both physical and
- logical replication.
+ logical replication. The
+
+ pg_stat_replication_slots
+ view provides statistics information about the logical replication slots.