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:03
Message-ID: E1kmTlL-0004XA-DO@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
------
REL_13_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2020-12-08 03:34:08 pgsql: jit: configure: Explicitly reference 'native' component.
Previous Message Michael Paquier 2020-12-08 03:23:00 pgsql: Avoid using tuple from syscache for update of pg_database.datfro