From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Peter Geoghegan <pg(at)bowt(dot)ie> |
Cc: | Noah Misch <noah(at)leadboat(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: First draft of the PG 15 release notes |
Date: | 2022-07-05 20:08:13 |
Message-ID: | YsSaLcy1uRj90pQt@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, Jul 5, 2022 at 11:51:31AM -0700, Peter Geoghegan wrote:
> On Tue, Jul 5, 2022 at 11:09 AM Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> >
> > Actually, I was wrong. I thought that we only mentioned that we
> > computed a more agressive xid, but now see I was mentioning the _frozen_
> > xid. Reading the commit, we do compute the multi-xid and store that too
> > so I have updated the PG 15 release notes with the attached patch.
>
> It might be worth using the "symbol names" directly, since they appear
> in the documentation already (under "Routine Vacuuming"). These are
> <structfield>relfrozenxid</structfield> and
> <structfield>relminmxid</structfield>. These are implementation
> details, but they're documented in detail (though admittedly the
> documentation has *lots* of problems).
Well, users can look into the details if they wish.
--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com
Indecision is a decision. Inaction is an action. Mark Batterson
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2022-07-05 20:35:32 | Re: First draft of the PG 15 release notes |
Previous Message | Justin Pryzby | 2022-07-05 19:58:38 | Re: doc: BRIN indexes and autosummarize |