From: | Amit Langote <amitlan(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Revert "Add soft error handling to some expression nodes" |
Date: | 2023-10-02 04:50:43 |
Message-ID: | E1qnAtH-0075I3-OT@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2023-10-02 08:46:40 | pgsql: Add regression tests for psql \g piped into a program |
Previous Message | Amit Langote | 2023-10-02 03:43:54 | pgsql: Add soft error handling to some expression nodes |