#include <postgres.h>
Data Fields | |
| struct { | |
| uint32 va_header | |
| char va_data [1] | |
| } | va_4byte |
| struct { | |
| uint32 va_header | |
| uint32 va_rawsize | |
| char va_data [1] | |
| } | va_compressed |
Definition at line 84 of file postgres.h.
| struct { ... } varattrib_4b::va_4byte |
| struct { ... } varattrib_4b::va_compressed |
| char varattrib_4b::va_data[1] |
Definition at line 89 of file postgres.h.
Definition at line 88 of file postgres.h.
Definition at line 94 of file postgres.h.
1.7.1