| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Peter Geoghegan <pg(at)bowt(dot)ie> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: First draft of PG 19 release notes |
| Date: | 2026-05-15 17:27:40 |
| Message-ID: | agdXjNmH9h_aMskl@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Fri, May 15, 2026 at 12:31:59PM -0400, Peter Geoghegan wrote:
> On Tue, Apr 14, 2026 at 9:19 PM Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> > I have completed the first draft of the PG 19 release notes:
> >
> > https://www.postgresql.org/docs/devel/release-19.html
>
> I do not think that this item merits mention in the release notes:
>
> "Add fake LSN support to hash index AM (Peter Geoghegan)"
>
> It offers no user-visible benefit. It's just preparation for index
> prefetching, which didn't make it into Postgres 19.
Ah, I see your point, and the commit message was clear:
This commit is similar to commit 8a879119, which taught nbtree to
use fake LSNs to improve its dropPin behavior. However, unlike that
commit, this is not an independently useful enhancement, since hash
doesn't implement anything like nbtree's dropPin behavior (not yet).
Item removed.
--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com
Do not let urgent matters crowd out time for investment in the future.
| From | Date | Subject | |
|---|---|---|---|
| Previous Message | Nathan Bossart | 2026-05-15 17:27:22 | Re: [PATCH] refint: Avoid reusing cascade UPDATE plans. |