Re: Relation bulk write facility

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Relation bulk write facility
Date: 2023-11-17 10:37:21
Message-ID: c8bbc68e-1e5f-4d62-9c3a-7513f4b3ce72@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 19/09/2023 17:13, Heikki Linnakangas wrote:
> The attached patch centralizes that pattern to a new bulk writing
> facility, and changes all those AMs to use it.

Here's a new rebased version of the patch.

This includes fixes to the pageinspect regression test. They were
explained in the commit message, but I forgot to include the actual test
changes. That should fix the cfbot failures.

--
Heikki Linnakangas
Neon (https://neon.tech)

Attachment Content-Type Size
v2-0001-Introduce-a-new-bulk-loading-facility.patch text/x-patch 49.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2023-11-17 11:11:24 Re: SLRU optimization - configurable buffer pool and partitioning the SLRU lock
Previous Message John Naylor 2023-11-17 10:26:20 Re: Hide exposed impl detail of wchar.c