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:35:28
Message-ID: 2B283F80-57E5-4485-BC57-C6688C583B00@justatheory.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Jan 31, 2026, at 11:32, David E. Wheeler <david(at)justatheory(dot)com> wrote:

> You don’t think those flags would convince abidiff to filter out private stuff?
>
> Would be worth a try…

Which I can confirm with a basic try broke baza. Turns out it doesn’t have --headers-dir, but --headers-dir1 and --headers-dir2. Since we don’t keep the previous build around, we can’t point to its headers. I can try just --drop-private-types, though.

D

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Sami Imseih 2026-01-31 17:16:03 Re: Flush some statistics within running transactions
Previous Message David E. Wheeler 2026-01-31 16:32:00 Re: ABI Compliance Checker GSoC Project