|
PostgreSQL Source Code git master
|
#include <elog.h>
Data Fields | |
| int | elevel |
| bool | output_to_server |
| bool | output_to_client |
| bool | hide_stmt |
| bool | hide_ctx |
| const char * | filename |
| int | lineno |
| const char * | funcname |
| const char * | domain |
| const char * | context_domain |
| int | sqlerrcode |
| char * | message |
| char * | detail |
| char * | detail_log |
| char * | hint |
| char * | context |
| char * | backtrace |
| const char * | message_id |
| char * | schema_name |
| char * | table_name |
| char * | column_name |
| char * | datatype_name |
| char * | constraint_name |
| int | cursorpos |
| int | internalpos |
| char * | internalquery |
| int | saved_errno |
| struct MemoryContextData * | assoc_context |
| struct MemoryContextData* ErrorData::assoc_context |
| char* ErrorData::column_name |
Definition at line 441 of file elog.h.
Referenced by exec_stmt_getdiag().
| char* ErrorData::constraint_name |
Definition at line 443 of file elog.h.
Referenced by exec_stmt_getdiag().
| char* ErrorData::context |
Definition at line 436 of file elog.h.
Referenced by exec_stmt_getdiag().
| char* ErrorData::datatype_name |
Definition at line 442 of file elog.h.
Referenced by exec_stmt_getdiag().
| char* ErrorData::detail |
Definition at line 433 of file elog.h.
Referenced by exec_stmt_getdiag(), and pg_input_error_info().
| int ErrorData::elevel |
Definition at line 421 of file elog.h.
Referenced by statatt_build_stavalues().
| char* ErrorData::hint |
Definition at line 435 of file elog.h.
Referenced by exec_stmt_getdiag(), and pg_input_error_info().
| char* ErrorData::message |
Definition at line 432 of file elog.h.
Referenced by exec_stmt_getdiag(), ExecEvalJsonCoercionFinish(), and pg_input_error_info().
| char* ErrorData::schema_name |
Definition at line 439 of file elog.h.
Referenced by exec_stmt_getdiag().
| int ErrorData::sqlerrcode |
Definition at line 431 of file elog.h.
Referenced by exec_stmt_getdiag(), and pg_input_error_info().
| char* ErrorData::table_name |
Definition at line 440 of file elog.h.
Referenced by exec_stmt_getdiag().