| From: | "Euler Taveira" <euler(at)eulerto(dot)com> |
|---|---|
| To: | izumi(dot)kuramura(at)gmail(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org |
| Subject: | Re: correction |
| Date: | 2025-02-27 22:57:37 |
| Message-ID: | 73133eb7-d8ef-4b3f-a9da-c03d12252501@app.fastmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
On Mon, Feb 24, 2025, at 3:52 AM, PG Doc comments form wrote:
> 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.
>
Good catch! This seems an oversight in commit a70bce43fbc that was
backpatched down to v14. The attached patch should fix it.
--
Euler Taveira
EDB https://www.enterprisedb.com/
| Attachment | Content-Type | Size |
|---|---|---|
| doc-fix.patch | text/x-patch | 1006 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ben Peachey Higdon | 2025-02-28 01:31:59 | Document if width_bucket's low and high are inclusive/exclusive |
| Previous Message | Greg Sabino Mullane | 2025-02-25 21:22:34 | Re: Except does not work as in the documentation |