Re: pgsql: Add file_extend_method=posix_fallocate,write_zeros.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, "David E(dot) Wheeler" <david(at)justatheory(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, Thomas Munro <tmunro(at)postgresql(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgsql: Add file_extend_method=posix_fallocate,write_zeros.
Date: 2026-02-12 19:04:39
Message-ID: 351362.1770923079@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

I wrote:
> Peter Eisentraut <peter(at)eisentraut(dot)org> writes:
>> I suppose technically this is an ABI change since the size of
>> ConfigureNamesEnum is changed, but it seems this is irrelevant in
>> practice. Could it be possible to ignore stuff like this without manual
>> intervention?

> I am working on a bug report to libabigail, arguing that this should
> not be reported as an ABI diff (at least not in --headersdir mode).

So I tried to make a small reproducer, and failed. Then I ran the
buildfarm script (with abidiff enabled) against c6881f79228,
right before the last .abi-compliance-history update, and it passed.
IOW, the version of abidiff I have here does not seem to have this
bug. It's 2.8.0 from last July or so.

Now I'm wondering exactly what libabigail releases crake and baza
are using.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2026-02-13 03:18:03 pgsql: Improve error message for checksum failures in pgstat_database.c
Previous Message Heikki Linnakangas 2026-02-12 17:42:20 Re: pgsql: Introduce pg_shmem_allocations_numa view

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2026-02-12 19:12:14 Re: Odd usage of errmsg_internal in bufmgr.c
Previous Message Robert Haas 2026-02-12 19:00:22 Re: pg_plan_advice