PostgreSQL Source Code
git master
|
#include <miscnodes.h>
Data Fields | |
NodeTag | type |
bool | error_occurred |
bool | details_wanted |
ErrorData * | error_data |
Definition at line 43 of file miscnodes.h.
bool ErrorSaveContext::details_wanted |
Definition at line 47 of file miscnodes.h.
Referenced by BeginCopyFrom(), errsave_start(), ExecEvalJsonCoercionFinish(), ExecEvalJsonExprPath(), and pg_input_error_info().
ErrorData* ErrorSaveContext::error_data |
Definition at line 48 of file miscnodes.h.
Referenced by errsave_finish(), ExecEvalJsonCoercionFinish(), ExecEvalJsonExprPath(), and pg_input_error_info().
bool ErrorSaveContext::error_occurred |
Definition at line 46 of file miscnodes.h.
Referenced by BeginCopyFrom(), CopyFrom(), errsave_start(), ExecEvalJsonCoercionFinish(), ExecEvalJsonExprPath(), executeDateTimeMethod(), executeItemOptUnwrapTarget(), file_acquire_sample_rows(), fileIterateForeignScan(), jsonb_populate_record_valid(), make_const(), pg_input_error_info(), xml_is_document(), and xmltotext_with_options().
NodeTag ErrorSaveContext::type |
Definition at line 45 of file miscnodes.h.
Referenced by BeginCopyFrom(), and ExecInitJsonExpr().