From 96b5eac9186e033c67944124803ef5aa8f246afc Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Mon, 26 Mar 2018 12:58:17 -0700 Subject: Correct some typos in the new JIT code. Author: Thomas Munro --- src/backend/jit/llvm/llvmjit_expr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/jit/llvm/llvmjit_expr.c') diff --git a/src/backend/jit/llvm/llvmjit_expr.c b/src/backend/jit/llvm/llvmjit_expr.c index 2074b067bab..0d8c2bd2fb0 100644 --- a/src/backend/jit/llvm/llvmjit_expr.c +++ b/src/backend/jit/llvm/llvmjit_expr.c @@ -1984,7 +1984,7 @@ llvm_compile_expr(ExprState *state) isnull; /* - * At this point aggref->aggno is not yet set (it's setup + * At this point aggref->aggno is not yet set (it's set up * in ExecInitAgg() after initializing the expression). So * load it from memory each time round. */ @@ -2020,7 +2020,7 @@ llvm_compile_expr(ExprState *state) /* * At this point aggref->wfuncno is not yet set (it's - * setup in ExecInitWindowAgg() after initializing the + * set up in ExecInitWindowAgg() after initializing the * expression). So load it from memory each time round. */ v_wfuncnop = l_ptr_const(&wfunc->wfuncno, -- cgit v1.2.3