pgsql: jit: configure: Explicitly reference 'native' component.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: jit: configure: Explicitly reference 'native' component.
Дата
Msg-id E1kmTlL-0004XA-DO@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
jit: configure: Explicitly reference 'native' component.

Until recently 'native' was implicitly included via 'orcjit', but a change
included in LLVM 11 (not yet released) removed a number of such indirect
component references.

Reported-By: Fabien COELHO <coelho@cri.ensmp.fr>
Reported-By: Andres Freund <andres@anarazel.de>
Reported-By: Thomas Munro <thomas.munro@gmail.com>
Author: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/20201201064949.mex6kvi2kygby3ni@alap3.anarazel.de
Backpatch: 11-, where jit support was added

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4f64daf73af76cbf32a01c7cba1c3a6fccf3062a

Modified Files
--------------
config/llvm.m4 | 1 +
configure      | 1 +
2 files changed, 2 insertions(+)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Avoid using tuple from syscache for update of pg_database.datfro
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: jit: Correct parameter type for generated expression evaluation