Re: Clean up find_typedefs and add support for Mac

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Clean up find_typedefs and add support for Mac
Дата
Msg-id aaa59ef5-dce8-7369-5cae-487727664127@dunslane.net
обсуждение исходный текст
Ответ на Re: Clean up find_typedefs and add support for Mac  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 2023-12-15 Fr 11:06, Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.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




В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Euler Taveira"
Дата:
Сообщение: Re: Improve eviction algorithm in ReorderBuffer
Следующее
От: Tom Lane
Дата:
Сообщение: Re: LargeObjectRelationId vs LargeObjectMetadataRelationId, redux