change default value of enable_codegen to off
This commit is contained in:
@ -581,7 +581,7 @@ static void InitSqlConfigureNamesBool()
|
||||
gettext_noop("Enable llvm for executor."),
|
||||
NULL},
|
||||
&u_sess->attr.attr_sql.enable_codegen,
|
||||
true,
|
||||
false,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL},
|
||||
|
||||
@ -800,7 +800,7 @@ audit_enabled = on
|
||||
#------------------------------------------------------------------------------
|
||||
# LLVM
|
||||
#------------------------------------------------------------------------------
|
||||
#enable_codegen = on # consider use LLVM optimization
|
||||
#enable_codegen = off # consider use LLVM optimization
|
||||
#enable_codegen_print = off # dump the IR function
|
||||
#codegen_cost_threshold = 10000 # the threshold to allow use LLVM Optimization
|
||||
|
||||
|
||||
Reference in New Issue
Block a user