Re: Improve heapgetpage() performance, overhead from serializable - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Improve heapgetpage() performance, overhead from serializable
Date
Msg-id 20240408051314.qhbzgbsmbvbchdwu@awork3.anarazel.de
Whole thread Raw
In response to Re: Improve heapgetpage() performance, overhead from serializable  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-hackers
Hi,

On 2024-04-08 16:18:21 +1200, David Rowley wrote:
> On Mon, 8 Apr 2024 at 16:08, Andres Freund <andres@anarazel.de> wrote:
> > I think visible would be ok, the serialization checks are IMO about
> > visibility too. But if you'd prefer I'd also be ok with something like
> > page_collect_tuples()?
> 
> That's ok for me.

Cool, pushed that way.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: ExecAppendAsyncEventWait() in REL_14_STABLE can corrupt PG_exception_stack
Next
From: Bharath Rupireddy
Date:
Subject: Re: Improve WALRead() to suck data directly from WAL buffers when possible