mirror of
https://github.com/postgres/postgres.git
synced 2025-10-19 15:49:24 +03:00
Debugging and profiling support for LLVM JIT provider.
This currently requires patches to the LLVM codebase to be effective (submitted upstream), the GUCs are available without those patches however. Author: Andres Freund Discussion: https://postgr.es/m/20170901064131.tazjxwus3k2w3ybh@alap3.anarazel.de
This commit is contained in:
@@ -58,7 +58,9 @@ struct JitProviderCallbacks
|
||||
/* GUCs */
|
||||
extern bool jit_enabled;
|
||||
extern char *jit_provider;
|
||||
extern bool jit_debugging_support;
|
||||
extern bool jit_dump_bitcode;
|
||||
extern bool jit_profiling_support;
|
||||
|
||||
|
||||
extern void jit_reset_after_error(void);
|
||||
|
Reference in New Issue
Block a user