Re: Commit Timestamp and LSN Inversion issue - Mailing list pgsql-hackers

From Jan Wieck
Subject Re: Commit Timestamp and LSN Inversion issue
Date
Msg-id 1985a43d-0b6c-491c-9e0b-956fc364a58a@wi3ck.info
Whole thread Raw
In response to Re: Commit Timestamp and LSN Inversion issue  (Andres Freund <andres@anarazel.de>)
Responses Re: Commit Timestamp and LSN Inversion issue
List pgsql-hackers
On 11/7/24 13:19, Andres Freund wrote:
> I think it's *completely* unacceptable to call a hook inside
> ReserveXLogInsertLocation, with the spinlock held, no less. That's the most
> contended section of code in postgres.

Aside from your technical concerns, can we at least agree that the 
commit-ts vs LSN inversion is a problem that should get addressed?


Regards, Jan



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: Popcount optimization using AVX512
Next
From: Jacob Champion
Date:
Subject: Re: [PATCH] pg_stat_activity: make slow/hanging authentication more visible