Remove a FIXME and unused variables in Meson

Поиск
Список
Период
Сортировка
От Tristan Partin
Тема Remove a FIXME and unused variables in Meson
Дата
Msg-id CZT7SC893UL8.1B4NVKEL35KH5@neon.tech
обсуждение исходный текст
Ответы Re: Remove a FIXME and unused variables in Meson  (Michael Paquier <michael@paquier.xyz>)
Re: Remove a FIXME and unused variables in Meson  (Peter Eisentraut <peter@eisentraut.org>)
Список pgsql-hackers
Two meson patches.

One of them adds version gates to two LLVM flags (-frwapv,
-fno-strict-aliasing). I believe we moved the minimum LLVM version
recently, so these might not be necessary, but maybe it helps for
historictal reasons. If not, I'll just remove the comment in a different
patch.

Second patch removes some unused variables. Were they analogous to
things in autotools and the Meson portions haven't been added yet?

I was looking into adding LLVM JIT support to Meson since there is
a TODO about it, but it wasn't clear what was missing except adding some
variables into the PGXS Makefile.

--
Tristan Partin
Neon (https://neon.tech)



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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: [PoC] Improve dead tuple storage for lazy vacuum
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Remove a FIXME and unused variables in Meson