Re: Clean up find_typedefs and add support for Mac

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Tristan Partin <tristan(at)neon(dot)tech>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Clean up find_typedefs and add support for Mac
Date: 2023-12-15 17:11:38
Message-ID: aaa59ef5-dce8-7369-5cae-487727664127@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 2023-12-15 Fr 11:06, Tom Lane wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
>> Here's more or less what I had in mind.
> Do we really need the dependency on an install tree?
> Can't we just find the executables (or .o files for Darwin)
> in the build tree? Seems like that would simplify usage,
> and reduce the possibility for version-skew errors.
>
>

Sure, I just picked up the buildfarm code more or less without any
except necessary modifications. I don't remember the history - we've
done it that way for a good long while.

We'll need a way to identify the files to analyze, e.g. different
library and exe extensions.

cheers

andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2023-12-15 19:01:07 Re: LargeObjectRelationId vs LargeObjectMetadataRelationId, redux
Previous Message Euler Taveira 2023-12-15 16:36:27 Re: Improve eviction algorithm in ReorderBuffer