pgsql: Fix LLVM related headers to compile standalone (to fix cplusplus

2019-01-28 Thread Andres Freund
Fix LLVM related headers to compile standalone (to fix cpluspluscheck). Previously llvmjit.h #error'ed when USE_LLVM was not defined, to prevent it from being included from code not having #ifdef USE_LLVM guards - but that's not actually that useful after, during the development of JIT support, LL

pgsql: Fix LLVM related headers to compile standalone (to fix cplusplus

2019-01-28 Thread Andres Freund
Fix LLVM related headers to compile standalone (to fix cpluspluscheck). Previously llvmjit.h #error'ed when USE_LLVM was not defined, to prevent it from being included from code not having #ifdef USE_LLVM guards - but that's not actually that useful after, during the development of JIT support, LL