Re: ABI Compliance Checker GSoC Project - Mailing list pgsql-hackers

From Tom Lane
Subject Re: ABI Compliance Checker GSoC Project
Date
Msg-id 442914.1752435788@sss.pgh.pa.us
Whole thread Raw
In response to Re: ABI Compliance Checker GSoC Project  ("David E. Wheeler" <david@justatheory.com>)
Responses Re: ABI Compliance Checker GSoC Project
List pgsql-hackers
"David E. Wheeler" <david@justatheory.com> writes:
> On Jul 13, 2025, at 15:02, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Alternatively, does git have any kind of metadata that isn't
>> a tag but acts sort of like one?

> Notes?
>   https://git-scm.com/docs/git-notes

Hmm, maybe.  I recall discussion about starting to use notes
to amend commit messages, and I'm not sure if this usage would
conflict with that.  At the very least we'd need to write a
specification for what a note that triggers ABI-check behavior
looks like.

I'm still liking the in-tree-file idea better.  For one thing,
it's not clear how expensive it'd be to search the git metadata
for this other stuff.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Soumyadeep Chakraborty
Date:
Subject: Re: Improve CRC32C performance on SSE4.2
Next
From: "David E. Wheeler"
Date:
Subject: Re: ABI Compliance Checker GSoC Project