We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7829f85 commit 3422f5fCopy full SHA for 3422f5f
src/include/nodes/execnodes.h
@@ -132,8 +132,10 @@ typedef struct ExprState
132
bool *innermost_domainnull;
133
134
/*
135
- * For expression nodes that support soft errors. Should be set to NULL
136
- * before calling ExecInitExprRec() if the caller wants errors thrown.
+ * For expression nodes that support soft errors. Should be set to NULL if
+ * the caller wants errors to be thrown. Callers that do not want errors
137
+ * thrown should set it to a valid ErrorSaveContext before calling
138
+ * ExecInitExprRec().
139
*/
140
ErrorSaveContext *escontext;
141
} ExprState;
0 commit comments