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

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: jit: configure: Explicitly reference 'native' component.
Date: 2020-12-08 03:34:42
Message-ID: E1kmTly-0004a4-Rv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)cri(dot)ensmp(dot)fr>
Reported-By: Andres Freund <andres(at)anarazel(dot)de>
Reported-By: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Author: Andres Freund <andres(at)anarazel(dot)de>
Discussion: https://postgr.es/m/20201201064949.mex6kvi2kygby3ni@alap3.anarazel.de
Backpatch: 11-, where jit support was added

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9543f0861b1d9b566be88edae21f24fb1377f45c

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-12-08 06:24:27 pgsql: pgcrypto: Detect errors with EVP calls from OpenSSL
Previous Message Andres Freund 2020-12-08 03:34:13 pgsql: jit: configure: Explicitly reference 'native' component.