mirror of
https://github.com/postgres/postgres.git
synced 2026-01-29 12:02:15 +03:00
Revert "Add soft error handling to some expression nodes"
This reverts commit 7fbc75b26e.
Looks like the LLVM additions may not be totally correct.
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
|
||||
#include "executor/nodeAgg.h"
|
||||
#include "nodes/execnodes.h"
|
||||
#include "nodes/miscnodes.h"
|
||||
|
||||
/* forward references to avoid circularity */
|
||||
struct ExprEvalStep;
|
||||
@@ -417,8 +416,7 @@ typedef struct ExprEvalStep
|
||||
FunctionCallInfo fcinfo_data_out;
|
||||
/* lookup and call info for result type's input function */
|
||||
FmgrInfo *finfo_in;
|
||||
Oid typioparam;
|
||||
ErrorSaveContext *escontext;
|
||||
FunctionCallInfo fcinfo_data_in;
|
||||
} iocoerce;
|
||||
|
||||
/* for EEOP_SQLVALUEFUNCTION */
|
||||
@@ -549,7 +547,6 @@ typedef struct ExprEvalStep
|
||||
bool *checknull;
|
||||
/* OID of domain type */
|
||||
Oid resulttype;
|
||||
ErrorSaveContext *escontext;
|
||||
} domaincheck;
|
||||
|
||||
/* for EEOP_CONVERT_ROWTYPE */
|
||||
|
||||
Reference in New Issue
Block a user