Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "David E. Wheeler" <david@justatheory.com>
Cc: Bruce Momjian <bruce@momjian.us>,
Nathan Bossart <nathandbossart@gmail.com>,
pgsql-hackers@postgresql.org, Andrew Dunstan <andrew@dunslane.net>,
Mankirat Singh <mankiratsingh1315@gmail.com>
Date: 2025-10-30T02:49:24Z
Lists: pgsql-hackers
"David E. Wheeler" <david@justatheory.com> writes: > On Oct 29, 2025, at 19:52, Tom Lane <tgl@sss.pgh.pa.us> wrote: >> I'm asking to remove complexity, not add more. The buildfarm client >> should not be checking either branch names or git tags to control >> this, when we have a perfectly good convention about the existence >> of .abi-compliance-history to control it. > We can remove the branch check, of course, but then you would have to maintain .abi-compliance-history in master, no? No; my proposal was "don't run the ABI check unless the branch has a .abi-compliance-history file". master would normally not contain such a file, thus no check. As I was just discussing with Bruce, we could put one there for awhile if we wanted to run ABI checks in advance of forking a stable branch. The reason I'm so allergic to having any of these decisions made on the buildfarm-client side is years of herding cats^W^W trying to get buildfarm owners to update their script versions and/or config files. It's close to hopeless. Thus, your proposal a message or three back to add another BF client config setting to control this sounds like the worst of all possible worlds. If we needed a change in the setting, getting the farm to converge to that would take months if not years. The idea that we could transiently enable checks between beta1 and branch fork on the basis of that approach is downright risible. On the other hand, if the decisions are driven purely by what is in our git tree, a change is the work of moments. regards, tom lane
Commits
-
Add commit 24f6c1bd4 to v17 .abi-compliance-history.
- 5c659da980e1 17.7 landed
-
Add .abi-compliance-history to back-branches.
- eaf73340cd46 16.11 landed
- d9c5e7129d2b 15.15 landed
- a91f2d822522 17.7 landed
- 7d47278933f4 13.23 landed
- 58ba7e5ebfdf 14.20 landed
-
Add reminder to create .abi-compliance-history.
- b97d8d843a2d 19 (unreleased) landed
-
Update .abi-compliance-history file.
- 93fb76ca4e69 18.1 landed
-
Add .abi-compliance-history to v18 branch.
- a72f7d97bea9 18.1 landed
-
Fix thinko in commit 7d129ba54.
- 399a9e04e549 18.1 cited
-
Fix lookups in pg_{clear,restore}_{attribute,relation}_stats().
- c8af5019bee5 18.1 cited
- 688dc6299a5b 19 (unreleased) cited
-
Add defenses against unexpected changes in the NodeTag enum list.
- eea9fa9b250f 16.0 cited