Re: [RFC] building postgres with meson - v13

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: [RFC] building postgres with meson - v13
Дата
Msg-id CA+hUKGJsV2Ji6Ci6OL_-TrhGHORSX_cXHmuMKQbe9e_Oe_yMTw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [RFC] building postgres with meson - v13  (Andres Freund <andres@anarazel.de>)
Ответы Re: [RFC] building postgres with meson - v13  (Andres Freund <andres@anarazel.de>)
Re: [RFC] building postgres with meson - v13  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Thu, Sep 15, 2022 at 2:26 PM Andres Freund <andres@anarazel.de> wrote:
> - noticed that libpgport.a had and needed a dependency on errcodes.h - that
>   seemed wrong. The dependency is due to src/port/*p{read,write}v?.c including
>   postgres.h - which seems wrong. So I added a patch changing them to include
>   c.h.

Oops.  +1

GCC 12 produces a bunch of warnings by default with meson, and that
turned out to be because the default optimisation level is -O3.
That's a change from the make build, which uses -O2.  Should we set a
default of 2, or is there some meson-way-of-doing-things reason why
not?



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Summary function for pg_buffercache
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [RFC] building postgres with meson - v13