Re: [RFC] building postgres with meson -v8

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [RFC] building postgres with meson -v8
Дата
Msg-id d4629711-d124-7afd-62b9-7ccd9c9555ed@enterprisedb.com
обсуждение исходный текст
Ответ на Re: [RFC] building postgres with meson -v8  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Ответы Re: [RFC] building postgres with meson -v8  (Andres Freund <andres@anarazel.de>)
Re: [RFC] building postgres with meson -v8  (Andres Freund <andres@anarazel.de>)
Re: [RFC] building postgres with meson -v8  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Re: [RFC] building postgres with meson -v8  (Greg Stark <stark@mit.edu>)
Список pgsql-hackers
More patches:

I fixed the Perl detection issue in my macOS environment that I had 
reported a while ago.

Then I added in support for all configure options that had not been 
ported over yet.  Some of these are rather trivial.

After that, these configure options don't have an equivalent yet:

--disable-rpath
--enable-profiling
--disable-thread-safety
--with-libedit-preferred

The first three overlap with meson built-in functionality, so we would 
need to check whether the desired functionality is available somehow.

The last one we probably want to keep somehow; it would need a bit of 
fiddly work.
Вложения

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

Предыдущее
От: Ilya Anfimov
Дата:
Сообщение: To add pg_temp schema description to schemas documentation
Следующее
От: Etsuro Fujita
Дата:
Сообщение: Re: postgres_fdw "parallel_commit" docs