PostgreSQL Source Code  git master
miscnodes.h File Reference
#include "nodes/nodes.h"
Include dependency graph for miscnodes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ErrorSaveContext
 

Macros

#define SOFT_ERROR_OCCURRED(escontext)
 

Typedefs

typedef struct ErrorSaveContext ErrorSaveContext
 

Macro Definition Documentation

◆ SOFT_ERROR_OCCURRED

#define SOFT_ERROR_OCCURRED (   escontext)
Value:
((escontext) != NULL && IsA(escontext, ErrorSaveContext) && \
((ErrorSaveContext *) (escontext))->error_occurred)
#define IsA(nodeptr, _type_)
Definition: nodes.h:158

Definition at line 52 of file miscnodes.h.

Typedef Documentation

◆ ErrorSaveContext