pgsql: Inline hot path of slot_getsomeattrs().

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Inline hot path of slot_getsomeattrs().
Дата
Msg-id E1gNiuv-0000Ck-TA@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Redesign initialization of partition routing structures
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Redesign initialization of partition routing structures