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(-)

Reply via email to