postgresql/src/backend/jit/llvm
Andres Freund 1fdb7f9789 expression eval: Don't redundantly keep track of AggState.
It's already tracked via ExprState->parent, so we don't need to also
include it in ExprEvalStep. When that code originally was written
ExprState->parent didn't exist, but it since has been introduced in
6719b238e8.

Author: Andres Freund
Discussion: https://postgr.es/m/20191023163849.sosqbfs5yenocez3@alap3.anarazel.de
2020-02-06 19:54:43 -08:00
..
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
llvmjit.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
llvmjit_deform.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
llvmjit_error.cpp Update copyrights for 2020 2020-01-01 12:21:45 -05:00
llvmjit_expr.c expression eval: Don't redundantly keep track of AggState. 2020-02-06 19:54:43 -08:00
llvmjit_inline.cpp Update copyrights for 2020 2020-01-01 12:21:45 -05:00
llvmjit_types.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
llvmjit_wrap.cpp Update copyrights for 2020 2020-01-01 12:21:45 -05:00