Inline hot path of slot_getsomeattrs().
Andres Freund <andres@anarazel.de>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execExprInterp.c | modified | +0 −1 |
| src/backend/executor/execTuples.c | modified | +14 −18 |
| src/backend/jit/llvm/llvmjit.c | modified | +2 −2 |
| src/backend/jit/llvm/llvmjit_expr.c | modified | +1 −1 |
| src/backend/jit/llvm/llvmjit_types.c | modified | +1 −1 |
| src/include/executor/tuptable.h | modified | +12 −1 |
| src/include/jit/llvmjit.h | modified | +1 −1 |
Discussion
- Why do pg_upgrade's test use the serial schedule? 10 messages · 2018-11-05 → 2018-11-17