1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-27 23:21:58 +03:00

Correct some typos in the new JIT code.

Author: Thomas Munro
This commit is contained in:
Andres Freund
2018-03-26 12:58:17 -07:00
parent 32af96b2b1
commit 96b5eac918
4 changed files with 12 additions and 12 deletions

View File

@ -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,