Re: JIT versus standalone-headers checks

2018-06-11 Thread Andres Freund
Hi, On 2018-06-10 15:59:04 -0400, Tom Lane wrote: > I find that the JIT stuff has broken cpluspluscheck for me, along > with a related script that I use to verify that each header builds > cleanly standalone (ie with no prerequisites except postgres.h). > There are two problems: > > (1) Doesn't

JIT versus standalone-headers checks

2018-06-10 Thread Tom Lane
I find that the JIT stuff has broken cpluspluscheck for me, along with a related script that I use to verify that each header builds cleanly standalone (ie with no prerequisites except postgres.h). There are two problems: (1) Doesn't work on a platform without the llvm header files: