PostgreSQL Source Code git master
|
#include <libpq-int.h>
Data Fields | |
PGresult_data * | next |
char | space [1] |
Definition at line 108 of file libpq-int.h.
PGresult_data* pgresult_data::next |
Definition at line 110 of file libpq-int.h.
Referenced by PQclear(), and pqResultAlloc().
char pgresult_data::space[1] |
Definition at line 111 of file libpq-int.h.
Referenced by pqResultAlloc().