| From: | Nathan Bossart <nathandbossart(at)gmail(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | "David E(dot) Wheeler" <david(at)justatheory(dot)com>, Mankirat Singh <mankiratsingh1315(at)gmail(dot)com>, pg(at)bowt(dot)ie, andrew(at)dunslane(dot)net, pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats() |
| Date: | 2025-10-20 16:46:27 |
| Message-ID: | aPZnY0Icgw1RGaGP@nathan |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Mon, Oct 20, 2025 at 10:39:19AM -0400, Tom Lane wrote:
> OK, I pushed a placeholder following Nathan's formatting proposal.
> The ABI checker should still complain, because I made it point at
> REL_18_0^, which is what I expect we'd do in practice. After we
> see it respond to that, we can move the reference point to where
> it needs to be.
Thanks. Here's a new patch set. The v18 patch is just an update to the
.abi-compliance-history file that Tom committed. The master patch adds
instructions for generating the file to RELEASE_NOTES. I imagine we'll
want to add .abi-compliance-history files for the back-branches, too
(except for perhaps v13, which is about to go out of support in a couple
weeks).
--
nathan
| Attachment | Content-Type | Size |
|---|---|---|
| v2-0001-Add-notes-for-creating-.abi-compliance-history.patch.master | text/plain | 2.4 KB |
| v2-0001-Update-.abi-compliance-history-file.patch.v18 | text/plain | 2.3 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Nathan Bossart | 2025-10-20 17:04:03 | Re: Speed up COPY FROM text/CSV parsing using SIMD |
| Previous Message | Arseniy Mukhin | 2025-10-20 16:43:27 | Re: Optimize LISTEN/NOTIFY |