このページを編集する際は、編集に関する方針に従ってください。
#define CHECK_STACK_DEPTH() \ do { \ if (errordata_stack_depth < 0) \
{ \ errordata_stack_depth = -1; \
ereport(ERROR, (errmsg_internal("errstart was not called"))); \
} \ } while (0)