PostgreSQL Source Code: rerr Struct Reference (original) (raw)
Data Fields | |
---|---|
int | code |
const char * | name |
const char * | explain |
Detailed Description
Definition at line 40 of file regerror.c.
Field Documentation
int rerr::code
Definition at line 42 of file regerror.c.
Referenced by pg_regerror().
◆ explain
const char* rerr::explain
Definition at line 44 of file regerror.c.
Referenced by pg_regerror().
◆ name
const char* rerr::name
Definition at line 43 of file regerror.c.
Referenced by pg_regerror().
The documentation for this struct was generated from the following file:
- src/backend/regex/regerror.c