Re: Vendor LLVM 4.0.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: Vendor LLVM 4.0.
Дата
Msg-id CAEepm=3fv3vRb1o5QEKxJ8Nu0u0uUwwruMZ-wVch-eK-4L3a9A@mail.gmail.com
обсуждение исходный текст
Ответ на Vendor LLVM 4.0.  (Andres Freund <andres@anarazel.de>)
Ответы Re: Vendor LLVM 4.0.  (Michael Paquier <michael.paquier@gmail.com>)
Re: Vendor LLVM 4.0.  (Andres Freund <andres@anarazel.de>)
Список pgsql-committers
On Sat, Apr 1, 2017 at 8:41 PM, Andres Freund <andres@anarazel.de> wrote:
> For the upcoming JIT support LLVM is required.  To avoid issues with
> having to support multiple LLVM versions, add a vendored version of
> LLVM.
>
> The large size of LLVM makes this not great, but I think it's better
> than the alternatives.  And I'll forever have the most lines added to
> postgres.
>
> Author: Andres Freund
> Discussion: http://postgr.es/m/20161206034955.bh33paeralxbtluv@alap3.anarazel.de
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/pg/commitdiff/d31084e9d1118b25fd16580d9d8c2924b5740dff

This has broken VAX build farm members "poisson" and "davril".  One
minor nitpick, I think it needs to rewritten in C so that pgindent can
handle it.

--
Thomas Munro
http://www.enterprisedb.com


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Add optional JIT support for expression evaluation.
Следующее
От: Christoph Berg
Дата:
Сообщение: Re: pgsql: Try to fix breakage of sepgsql hooks by ENRpatch.