PostgreSQL Source Code git master
Data Structures | Macros | Typedefs
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

 

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:164

Definition at line 53 of file miscnodes.h.

Typedef Documentation

ErrorSaveContext

AltStyle によって変換されたページ (->オリジナル) /