Re: ABI Compliance Checker GSoC Project

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "David E(dot) Wheeler" <david(at)justatheory(dot)com>
Cc: Mankirat Singh <mankiratsingh1315(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: ABI Compliance Checker GSoC Project
Date: 2026-01-11 00:22:02
Message-ID: 3189306.1768090922@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"David E. Wheeler" <david(at)justatheory(dot)com> writes:
> The PR[1] is pending Andrew’s bandwidth to look it over. But it’s easy to add it to an existing installation. From an earlier post[2]:

Thanks for the info --- I got it working.

>> 3. Install the abigail suite; I believe the Debian packages are `abigail-tools` and `libabigail0`

For those following along, on Red Hat-based systems it seems
sufficient to install the libabigail package.

Sadly, it seems we won't find a version of that that works on
non-Linux platforms, because it's specific to ELF binary format.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2026-01-11 00:41:31 Re: Row pattern recognition
Previous Message David E. Wheeler 2026-01-10 20:41:38 Re: ABI Compliance Checker GSoC Project