pgsql: Revert "Add soft error handling to some expression nodes"

Поиск
Список
Период
Сортировка
От Amit Langote
Тема pgsql: Revert "Add soft error handling to some expression nodes"
Дата
Msg-id E1qnAtH-0075I3-OT@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Revert "Add soft error handling to some expression nodes"

This reverts commit 7fbc75b26ed8ec70c729c5e7f8233896c54c900f.

Looks like the LLVM additions may not be totally correct.

Branch
------
master

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

Modified Files
--------------
src/backend/executor/execExpr.c       | 28 ++++++++------
src/backend/executor/execExprInterp.c | 36 +++++++++---------
src/backend/jit/llvm/llvmjit.c        |  4 --
src/backend/jit/llvm/llvmjit_expr.c   | 71 ++++++++++++++++-------------------
src/backend/jit/llvm/llvmjit_types.c  |  3 --
src/include/executor/execExpr.h       |  5 +--
src/include/jit/llvmjit.h             |  2 -
src/include/jit/llvmjit_emit.h        |  9 -----
src/include/nodes/execnodes.h         |  7 ----
9 files changed, 69 insertions(+), 96 deletions(-)


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

Предыдущее
От: Amit Langote
Дата:
Сообщение: pgsql: Add soft error handling to some expression nodes
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Add regression tests for psql \g piped into a program