PostgreSQL Source Code  git master
pgMessageField Struct Reference

#include <libpq-int.h>

Data Fields

struct pgMessageFieldnext
 
char code
 
char contents [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

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

Field Documentation

◆ code

char pgMessageField::code

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

Referenced by PQresultErrorField(), and pqSaveMessageField().

◆ contents

char pgMessageField::contents[FLEXIBLE_ARRAY_MEMBER]

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

Referenced by PQresultErrorField(), and pqSaveMessageField().

◆ next

struct pgMessageField* pgMessageField::next

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

Referenced by PQresultErrorField(), and pqSaveMessageField().


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