Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats() - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()
Date
Msg-id aPf-wG1jAG9yW1Tm@nathan
Whole thread Raw
In response to Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()  ("David E. Wheeler" <david@justatheory.com>)
Responses Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()
List pgsql-hackers
On Tue, Oct 21, 2025 at 10:44:19PM +0200, David E. Wheeler wrote:
> On Oct 21, 2025, at 22:21, Nathan Bossart <nathandbossart@gmail.com> wrote:
>> I see that baza is currently using the latest tags for <v18.  David, will
>> it start using the .abi-compliance-history file on the rest of the
>> back-branches once it is added?
> 
> It should, yes. I added the latest changes from Mankirat to add support
> for it.

Great.  All back-branches now have an .abi-compliance-history file.

-- 
nathan



pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] parallel pg_restore: move offset-building phase to before forking