Inline hot path of slot_getsomeattrs().
authorAndres Freund <andres@anarazel.de>
Fri, 16 Nov 2018 18:25:34 +0000 (10:25 -0800)
committerAndres Freund <andres@anarazel.de>
Fri, 16 Nov 2018 18:29:01 +0000 (10:29 -0800)
commita7aa608e0f5910f9c73a530a66142c08e3d9043a
treecfe884e427c23fcf7a629bb7cb8276bf2b43e457
parent3f2393edefa5ef2b6970a5a2fa2c7e9c55cc10cf
Inline hot path of slot_getsomeattrs().

This yields a minor speedup, which roughly balances the loss from the
upcoming introduction of callbacks to do some operations on slots.

Author: Andres Freund
Discussion: https://postgr.es/m/20181105210039.hh4vvi4vwoq5ba2q@alap3.anarazel.de
src/backend/executor/execExprInterp.c
src/backend/executor/execTuples.c
src/backend/jit/llvm/llvmjit.c
src/backend/jit/llvm/llvmjit_expr.c
src/backend/jit/llvm/llvmjit_types.c
src/include/executor/tuptable.h
src/include/jit/llvmjit.h