PostgreSQL Source Code git master
|
#include <libpq-int.h>
Data Fields | |
struct pgMessageField * | next |
char | code |
char | contents [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 147 of file libpq-int.h.
char pgMessageField::code |
Definition at line 150 of file libpq-int.h.
Referenced by PQresultErrorField(), and pqSaveMessageField().
char pgMessageField::contents[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 151 of file libpq-int.h.
Referenced by PQresultErrorField(), and pqSaveMessageField().
struct pgMessageField* pgMessageField::next |
Definition at line 149 of file libpq-int.h.
Referenced by PQresultErrorField(), and pqSaveMessageField().