PostgreSQL Source Code git master
|
#include <miscnodes.h>
Data Fields | |
NodeTag | type |
bool | error_occurred |
bool | details_wanted |
ErrorData * | error_data |
Definition at line 44 of file miscnodes.h.
bool ErrorSaveContext::details_wanted |
Definition at line 48 of file miscnodes.h.
Referenced by BeginCopyFrom(), errsave_start(), ExecEvalJsonCoercionFinish(), ExecEvalJsonExprPath(), pg_input_error_info(), and text_to_stavalues().
ErrorData* ErrorSaveContext::error_data |
Definition at line 49 of file miscnodes.h.
Referenced by errsave_finish(), ExecEvalJsonCoercionFinish(), ExecEvalJsonExprPath(), pg_input_error_info(), and text_to_stavalues().
bool ErrorSaveContext::error_occurred |
Definition at line 47 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(), process_integer_literal(), text_to_stavalues(), xml_is_document(), and xmltotext_with_options().
NodeTag ErrorSaveContext::type |
Definition at line 46 of file miscnodes.h.
Referenced by BeginCopyFrom(), and ExecInitJsonExpr().