Re: pgsql: Add file_extend_method=posix_fallocate,write_zeros.

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Thomas Munro <tmunro(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add file_extend_method=posix_fallocate,write_zeros.
Date: 2026-02-06 12:57:27
Message-ID: CA+hUKGLwOYLjqVyR6g34kachsMh+D2Dm1-EF1WYFrqqCOFhaow@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Sat, Feb 7, 2026 at 12:30 AM Michael Paquier <michael(at)paquier(dot)xyz> wrote:
> On Fri, Feb 06, 2026 at 05:09:54AM +0000, Thomas Munro wrote:
> > Add file_extend_method=posix_fallocate,write_zeros.
>
> It looks like you need to update .abi-compliance-check for stable
> branches down to v16, due to the new entry added to
> ConfigureNamesEnum. See:
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=crake&dt=2026-02-06%2009%3A27%3A27

Ahh, right, I see (I was asking about this on the patch thread, as I
hadn't had to do that before). Will do in a few hours, sorry for the
build farm noise. Thanks!

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2026-02-06 18:06:36 pgsql: First-draft release notes for 18.2.
Previous Message Michael Paquier 2026-02-06 11:30:37 Re: pgsql: Add file_extend_method=posix_fallocate,write_zeros.

Browse pgsql-hackers by date

  From Date Subject
Next Message Matheus Alcantara 2026-02-06 12:58:43 Re: Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row
Previous Message Pavlo Golub 2026-02-06 12:57:24 Re[2]: [PATCH] Add last_executed timestamp to pg_stat_statements