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

From David Rowley
Subject Re: Improve heapgetpage() performance, overhead from serializable
Date
Msg-id CAApHDvqWEMzWxJ+HYsDrR32wwkVonrjqzUmiDcQjy9nU-8fvRw@mail.gmail.com
Whole thread Raw
In response to Re: Improve heapgetpage() performance, overhead from serializable  (Andres Freund <andres@anarazel.de>)
Responses Re: Improve heapgetpage() performance, overhead from serializable
List pgsql-hackers
On Mon, 8 Apr 2024 at 16:08, Andres Freund <andres@anarazel.de> wrote:
>
> On 2024-04-08 15:43:12 +1200, David Rowley wrote:
> > I understand wanting to avoid the long name.  I'd rather stay clear of
> > "visible", but don't feel as strongly about this as it's static.
>
> 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.

David



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Allow non-superuser to cancel superuser tasks.
Next
From: Andy Fan
Date:
Subject: [MASSMAIL]Replace FunctionCall2Coll with FunctionCallInvoke