| From: | Robert Haas <robertmhaas(at)gmail(dot)com> | 
|---|---|
| To: | "David E(dot) Wheeler" <david(at)justatheory(dot)com> | 
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bruce Momjian <bruce(at)momjian(dot)us>, Nathan Bossart <nathandbossart(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org, Andrew Dunstan <andrew(at)dunslane(dot)net>, Mankirat Singh <mankiratsingh1315(at)gmail(dot)com> | 
| Subject: | Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats() | 
| Date: | 2025-10-30 20:10:03 | 
| Message-ID: | CA+Tgmob2gLaDeeJDjCtWe_xuac1XkTmip4raR_4isYMvkO0yBw@mail.gmail.com | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-hackers | 
On Thu, Oct 30, 2025 at 8:42 AM David E. Wheeler <david(at)justatheory(dot)com> wrote:
> Might I suggest, however, that it also run for branches matching /_STABLE$/ even if there is no .abi-hstory-file? The whole point of this exercise was to increase the confidence in ABI stability in stable branches. Running it in such branches would help remind maintainers to add the file.
I think it is better to do as Tom suggests -- i.e. have a buildfarm
client that only cares about the presence of the file, and not at all
about the name of the branch. That gives us the maximum amount of
future flexibility for no real cost. Said differently, if somebody
nukes the ABI history file from a back-branch, I think we should
assume that represents a deliberate decision on the part of the
project to stop caring about ABI compatibility in that particular
back-branch, not an error that the build-farm needs to flag. Of
course, if somebody wants to argue that such a decision was wrongly
made, they're free to do so on pgsql-hackers, but we'd like the
buildfarm to be green rather than red while that's being litigated.
-- 
Robert Haas
EDB: http://www.enterprisedb.com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2025-10-30 20:11:54 | Re: Upgrade macOS CI image from Sonoma to Sequoia | 
| Previous Message | Robert Haas | 2025-10-30 20:05:19 | Re: another autovacuum scheduling thread |