| From: | solai v <solai(dot)cdac(at)gmail(dot)com> |
|---|---|
| To: | Scott Ray <scott(at)scottray(dot)io> |
| Cc: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: pg_xmin_horizon: a system view of everything pinning the xmin horizon |
| Date: | 2026-08-04 09:43:11 |
| Message-ID: | CAF0whuffbgj=WSNjnrbzOPFCVBRyirucCh7DOfhArBZaJMXpYQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi all,
On Mon, Aug 3, 2026 at 5:44 AM Scott Ray <scott(at)scottray(dot)io> wrote:
>
> I rebased on 4e68b7e291d. Upstream took TAP 055, so the new TAP is now 056.
>
Thank you for addressing my suggestion. And thank you for the updated
patch. I reviewed and tested the v3 patch, including the newly added
datname column. The patch applied cleanly and built successfully on my
tree and verified that the datname column is now included in the
pg_xmin_horizon view definition and is correctly populated for backend
and prepared transaction entries. The reported values were consistent
with the corresponding database information, and the addition improves
the readability of the view by avoiding an extra join to pg_database.
The new column also aligns well with the existing interfaces provided
by pg_stat_activity, pg_replication_slots, and pg_prepared_xacts.
The updated patch looks good to me.
Regards,
Solai
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tomas Vondra | 2026-08-04 10:01:40 | Re: WAL compression setting after PostgreSQL LZ4 default change |
| Previous Message | Peter Eisentraut | 2026-08-04 09:36:52 | Make printTableAddCell/printTableAddHeader string argument const |