pgsql: jit: configure: Explicitly reference 'native' component. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: jit: configure: Explicitly reference 'native' component.
Date
Msg-id E1kmTlV-0004Yd-JQ@gemulon.postgresql.org
Whole thread Raw
List 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_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f4f924b3ed77ff8b3a6901a545e7c2943edcf9a1

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


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: jit: Correct parameter type for generated expression evaluation
Next
From: Andres Freund
Date:
Subject: pgsql: jit: configure: Explicitly reference 'native' component.