PostgreSQL Source Code  git master
pgresult_data Union Reference

#include <libpq-int.h>

Data Fields

PGresult_datanext
 
char space [1]
 

Detailed Description

Definition at line 106 of file libpq-int.h.

Field Documentation

◆ next

PGresult_data* pgresult_data::next

Definition at line 108 of file libpq-int.h.

Referenced by PQclear(), and pqResultAlloc().

◆ space

char pgresult_data::space[1]

Definition at line 109 of file libpq-int.h.

Referenced by pqResultAlloc().


The documentation for this union was generated from the following file: