Re: Do we still need gen_node_support.pl's nodetag ABI stability check? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Do we still need gen_node_support.pl's nodetag ABI stability check?
Date
Msg-id 2233110.1776304006@sss.pgh.pa.us
Whole thread
In response to Re: Do we still need gen_node_support.pl's nodetag ABI stability check?  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: Do we still need gen_node_support.pl's nodetag ABI stability check?
List pgsql-hackers
Daniel Gustafsson <daniel@yesql.se> writes:
> On 15 Apr 2026, at 21:30, Peter Eisentraut <peter@eisentraut.org> wrote:
>> This might still be helpful because it checks during local builds and doesn't rely on the buildfarm.

> But does it actually give a good enough answer to be relied upon when passing
> the local check can fail the buildfarm check?

Yeah, my answer to that is still "why is this particular case more
important than any other ABI breakage you might cause while hacking
on a back branch?".  I quite agree that being able to check for ABI
breakage locally can be useful.  But what we ought to do is make it
easier for people to use libabigail for that without spinning up a
local buildfarm instance.  Perhaps we could extract the buildfarm's
ABICompCheck.pm script into some standalone tool.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tender Wang
Date:
Subject: Re: pg_plan_advice
Next
From: Chao Li
Date:
Subject: Re: [PATCH] Fix wrong comment in JsonTablePlanJoinNextRow()