Re: [RFC] building postgres with meson - v13

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [RFC] building postgres with meson - v13
Дата
Msg-id 1218789.1663782997@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [RFC] building postgres with meson  (Andres Freund <andres@anarazel.de>)
Ответы Re: [RFC] building postgres with meson - v13  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> I think we should:

> - convert windows to build with ninja - it builds faster, runs all tests,
>   parallelizes tests. That means that msbuild based builds don't have coverage
>   via CI / cfbot, but we don't currently have the resources to test both.

Check.  The sooner we can get rid of the custom MSVC scripts, the better,
because now we'll be on the hook to maintain *three* build systems.

> - add a linux build using meson, we currently can afford building both with
>   autoconf and meson for linux

Right.

> I'm less clear on whether we should convert macos / freebsd to meson at this
> point?

We certainly could debug/polish the meson stuff just on linux and windows
for now, but is there a reason to wait on the others?

            regards, tom lane



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: why can't a table be part of the same publication as its schema
Следующее
От: Nathan Bossart
Дата:
Сообщение: Re: [PoC] Improve dead tuple storage for lazy vacuum