diff options
Diffstat (limited to 'src/backend/jit/llvm/llvmjit_expr.c')
-rw-r--r-- | src/backend/jit/llvm/llvmjit_expr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/jit/llvm/llvmjit_expr.c b/src/backend/jit/llvm/llvmjit_expr.c index f37ff826c9b..c8ec4be8521 100644 --- a/src/backend/jit/llvm/llvmjit_expr.c +++ b/src/backend/jit/llvm/llvmjit_expr.c @@ -2019,8 +2019,8 @@ llvm_compile_expr(ExprState *state) isnull; /* - * At this point aggref->wfuncno is not yet set (it's - * set up in ExecInitWindowAgg() after initializing the + * At this point aggref->wfuncno is not yet set (it's set + * up in ExecInitWindowAgg() after initializing the * expression). So load it from memory each time round. */ v_wfuncnop = l_ptr_const(&wfunc->wfuncno, |