Re: ABI Compliance Checker GSoC Project

From: "David E(dot) Wheeler" <david(at)justatheory(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Andres Freund <andres(at)anarazel(dot)de>, Mankirat Singh <mankiratsingh1315(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org, Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
Subject: Re: ABI Compliance Checker GSoC Project
Date: 2026-01-31 14:15:33
Message-ID: 8ABEC1CD-673A-4AC3-AD7D-6178F7A171E0@justatheory.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Jan 30, 2026, at 16:22, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> crake is now green except on the v14 branch. That's because Dean
> did not push any .abi-compliance-history addition there, so it's
> still working with an abidw reference-commit result that doesn't
> account for --headersdir. That's going to need manual cache-flushing
> I think; I'm not aware of any other impending ABI changes for v14.

I wonder if it would help to also pass --drop-private-types and --headers-dir to abidiff?

D

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David E. Wheeler 2026-01-31 14:44:13 Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
Previous Message Matthias van de Meent 2026-01-31 12:10:47 Re: POC: enable logical decoding when wal_level = 'replica' without a server restart