Re: pgsql: Add file_extend_method=posix_fallocate,write_zeros. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pgsql: Add file_extend_method=posix_fallocate,write_zeros.
Date
Msg-id 351362.1770923079@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Add file_extend_method=posix_fallocate,write_zeros.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Add file_extend_method=posix_fallocate,write_zeros.
List pgsql-hackers
I wrote:
> Peter Eisentraut <peter@eisentraut.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



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: pg_plan_advice
Next
From: Andres Freund
Date:
Subject: Re: Odd usage of errmsg_internal in bufmgr.c