Re: Clean up find_typedefs and add support for Mac

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Clean up find_typedefs and add support for Mac
Дата
Msg-id 2490307.1702422146@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Clean up find_typedefs and add support for Mac  ("Tristan Partin" <tristan@neon.tech>)
Ответы Re: Clean up find_typedefs and add support for Mac  ("Tristan Partin" <tristan@neon.tech>)
Re: Clean up find_typedefs and add support for Mac  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
"Tristan Partin" <tristan@neon.tech> writes:
> The big patch here is adding support for Mac. objdump -W doesn't work on 
> Mac. So, I used dsymutil and dwarfdump to achieve the same result.

We should probably nuke the current version of src/tools/find_typedef
altogether in favor of copying the current buildfarm code for that.
We know that the buildfarm's version works, whereas I'm not real sure
that src/tools/find_typedef is being used in anger by anyone.  Also,
we're long past the point where developers can avoid having Perl
installed.

Ideally, the buildfarm client would then start to use find_typedef
from the tree rather than have its own copy, both to reduce
duplication and to ensure that the in-tree copy keeps working.

            regards, tom lane



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

Предыдущее
От: Jeremy Schneider
Дата:
Сообщение: Re: encoding affects ICU regex character classification
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: Improve eviction algorithm in ReorderBuffer