correction - Mailing list pgsql-docs

From PG Doc comments form
Subject correction
Date
Msg-id 174037994589.898582.18052583186032701533@wrigleys.postgresql.org
Whole thread Raw
Responses Re: correction
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/17/routine-vacuuming.html
Description:

hi i found a tiny error below:
https://www.postgresql.org/docs/current/routine-vacuuming.html
>Drop any old replication slots. Use pg_stat_replication to find slots where
age(xmin) or age(catalog_xmin) is large. In many cases, such slots were
created for replication to servers that no longer exist, or that have been
down for a long time.

not pg_stat_replication but pg_replication_slots 
because pg_stat_replication has neither 
xmin nor catalog_xmin.

thank you

pgsql-docs by date:

Previous
From: Amit Kapila
Date:
Subject: Re: pg_copy_logical_replication_slot doesn't copy the failover property
Next
From: PG Doc comments form
Date:
Subject: Except does not work as in the documentation