the header for a postgresql array in binary format. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/lib/pq/pq.h>
Data Fields | |
uint32_t | ndim |
uint32_t | has_null |
uint32_t | oid |
uint32_t | dim |
uint32_t | lbound |
the header for a postgresql array in binary format.
note that this a simplified special case of the general structure (which contains pointers), as we only support one-dimensional arrays.