Revert "Add soft error handling to some expression nodes"
Amit Langote <amitlan@postgresql.org>
Revert "Add soft error handling to some expression nodes" This reverts commit 7fbc75b26ed8ec70c729c5e7f8233896c54c900f. Looks like the LLVM additions may not be totally correct.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execExpr.c | modified | +17 −11 |
| src/backend/executor/execExprInterp.c | modified | +19 −17 |
| src/backend/jit/llvm/llvmjit.c | modified | +0 −4 |
| src/backend/jit/llvm/llvmjit_expr.c | modified | +32 −39 |
| src/backend/jit/llvm/llvmjit_types.c | modified | +0 −3 |
| src/include/executor/execExpr.h | modified | +1 −4 |
| src/include/jit/llvmjit_emit.h | modified | +0 −9 |
| src/include/jit/llvmjit.h | modified | +0 −2 |
| src/include/nodes/execnodes.h | modified | +0 −7 |