PostgreSQL Source Code  git master
rerr Struct Reference

Data Fields

int code
 
const char * name
 
const char * explain
 

Detailed Description

Definition at line 40 of file regerror.c.

Field Documentation

◆ code

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: