PostgreSQL Source Code  git master
ErrorSaveContext Struct Reference

#include <miscnodes.h>

Data Fields

NodeTag type
 
bool error_occurred
 
bool details_wanted
 
ErrorDataerror_data
 

Detailed Description

Definition at line 43 of file miscnodes.h.

Field Documentation

◆ details_wanted

bool ErrorSaveContext::details_wanted

◆ error_data

ErrorData* ErrorSaveContext::error_data

Definition at line 48 of file miscnodes.h.

Referenced by errsave_finish(), ExecEvalJsonExprPath(), and pg_input_error_info().

◆ error_occurred

◆ type

NodeTag ErrorSaveContext::type

Definition at line 45 of file miscnodes.h.

Referenced by BeginCopyFrom(), and ExecInitJsonExpr().


The documentation for this struct was generated from the following file: