pgsql: Install JIT related headers.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Install JIT related headers.
Date: 2019-01-28 21:57:07
Message-ID: E1goEtv-0000mL-6Z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Install JIT related headers.

There's no reason not to install these, and jit.h can be useful for
users of e.g. planner hooks.

Author: Donald Dong
Reviewed-By: Andres Freund
Discussion: https://postgr.es/m/296D405F-7F95-49F1-B565-389D6AA78505@csumb.edu
Backpatch: 11-, where JIT compilation was introduced

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/453be7d4dd03a4589bca753dabcff786c277de4f

Modified Files
--------------
src/include/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-01-28 22:54:34 pgsql: In the planner, replace an empty FROM clause with a dummy RTE.
Previous Message Andres Freund 2019-01-28 21:57:05 pgsql: Install JIT related headers.