mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Fixup for b84a6dafbf
triggering assert failure in LLVM debug builds.
Author: Andres Freund
This commit is contained in:
@ -422,7 +422,7 @@ llvm_compile_expr(ExprState *state)
|
||||
v_params[3] = v_slot;
|
||||
|
||||
LLVMBuildCall(b,
|
||||
FuncExecEvalSysVar,
|
||||
llvm_get_decl(mod, FuncExecEvalSysVar),
|
||||
v_params, lengthof(v_params), "");
|
||||
|
||||
LLVMBuildBr(b, opblocks[i + 1]);
|
||||
|
Reference in New Issue
Block a user