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 16:32:00
Message-ID: 3571E1B1-C4A7-4904-9BC2-28403CE0497C@justatheory.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Jan 31, 2026, at 10:54, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> The libabigail docs are pretty opaque about this, but I believe that
> those switches don't do anything if abidiff is fed already-summarized
> ABI data rather than the raw executables.

You don’t think those flags would convince abidiff to filter out private stuff?

Would be worth a try…

D

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David E. Wheeler 2026-01-31 16:35:28 Re: ABI Compliance Checker GSoC Project
Previous Message David E. Wheeler 2026-01-31 16:31:08 Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part