diff options
author | Andres Freund <andres@anarazel.de> | 2018-03-26 12:58:17 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2018-03-26 12:58:17 -0700 |
commit | 96b5eac9186e033c67944124803ef5aa8f246afc (patch) | |
tree | 698dd58e46b3cb6d0b7ef495ef552121074d9a31 /src/backend/jit/llvm/llvmjit_expr.c | |
parent | 32af96b2b118cd204ca809d7c48c7f8ea7f879cf (diff) | |
download | postgresql-96b5eac9186e033c67944124803ef5aa8f246afc.tar.gz postgresql-96b5eac9186e033c67944124803ef5aa8f246afc.zip |
Correct some typos in the new JIT code.
Author: Thomas Munro
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 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, |