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 d96efc2 commit a2e9ad2Copy full SHA for a2e9ad2
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