Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()
David E. Wheeler <david@justatheory.com>
From: "David E. Wheeler" <david@justatheory.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Nathan Bossart <nathandbossart@gmail.com>,
pgsql-hackers@postgresql.org, Andrew Dunstan <andrew@dunslane.net>,
Mankirat Singh <mankiratsingh1315@gmail.com>
Date: 2025-10-17T22:51:32Z
Lists: pgsql-hackers
On Oct 17, 2025, at 17:51, Tom Lane <tgl@sss.pgh.pa.us> wrote: >> Okay, so the rule is: > >> * If there is no .abi-compliance-history file, baseline from the latest tag >> * Otherwise, baseline from the first SHA to appear in the file > > NO. The rule is: if there's no such file, do not apply ABI checking. > We are not interested in ABI complaints against master. It only runs against maintenance branches. D