pgsql: Inline hot path of slot_getsomeattrs().

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Inline hot path of slot_getsomeattrs().
Date: 2018-11-16 18:32:33
Message-ID: E1gNiuv-0000Ck-TA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a7aa608e0f5910f9c73a530a66142c08e3d9043a

Modified Files
--------------
src/backend/executor/execExprInterp.c | 1 -
src/backend/executor/execTuples.c | 32 ++++++++++++++------------------
src/backend/jit/llvm/llvmjit.c | 4 ++--
src/backend/jit/llvm/llvmjit_expr.c | 2 +-
src/backend/jit/llvm/llvmjit_types.c | 2 +-
src/include/executor/tuptable.h | 13 ++++++++++++-
src/include/jit/llvmjit.h | 2 +-
7 files changed, 31 insertions(+), 25 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-11-16 19:16:16 Re: pgsql: Redesign initialization of partition routing structures
Previous Message Alvaro Herrera 2018-11-16 18:26:01 pgsql: Redesign initialization of partition routing structures