Re: [RFC] building postgres with meson - v12

Поиск
Список
Период
Сортировка
От John Naylor
Тема Re: [RFC] building postgres with meson - v12
Дата
Msg-id CAFBsxsHOpxGeh0z8S5T3rOdHyvObZw89sqD+h_VNmfMJ6DOGbA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [RFC] building postgres with meson - v12  (Andres Freund <andres@anarazel.de>)
Ответы Re: [RFC] building postgres with meson - v12
Список pgsql-hackers
On Thu, Sep 1, 2022 at 1:12 AM Andres Freund <andres@anarazel.de> wrote:
> [v12]

+# Build a small utility static lib for the parser. This makes it easier to not
+# depend on gram.h already having been generated for most of the other code
+# (which depends on generated headers having been generated). The generation
+# of the parser is slow...

It's not obvious whether this is intended to be a Meson-only
optimization or a workaround for something awkward to specify.

+  # FIXME: -output option is only available in perl 5.9.3 - but that's
+  # probably a fine minimum requirement?

Since we've retired some buildfarm animals recently, it seems the
oldest perl there is 5.14? ... which came out in 2011, so it seems
later on we could just set that as the minimum.

-- 
John Naylor
EDB: http://www.enterprisedb.com



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

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: test_decoding assertion failure for the loss of top-sub transaction relationship
Следующее
От: Wolfgang Walther
Дата:
Сообщение: Re: allowing for control over SET ROLE