Don't generate tuple deforming functions for virtual slots.
Andres Freund <andres@anarazel.de>
Don't generate tuple deforming functions for virtual slots. Virtual tuple table slots never need tuple deforming. Therefore, if we know at expression compilation time, that a certain slot will always be virtual, there's no need to create a tuple deforming routine for it. Author: Andres Freund Discussion: https://postgr.es/m/20181105210039.hh4vvi4vwoq5ba2q@alap3.anarazel.de
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/jit/llvm/llvmjit_deform.c | modified | +6 −1 |
| src/backend/jit/llvm/llvmjit_expr.c | modified | +1 −0 |
| src/include/jit/llvmjit.h | modified | +3 −1 |
Discussion
- Why do pg_upgrade's test use the serial schedule? 10 messages · 2018-11-05 → 2018-11-17