PostgreSQL Source Code: HStore Struct Reference (original) (raw)
#include <[hstore.h](hstore%5F8h%5Fsource.html)>
Data Fields | |
---|---|
int32 | vl_len_ |
uint32 | size_ |
Detailed Description
Definition at line 44 of file hstore.h.
Field Documentation
◆ size_
uint32 HStore::size_
Definition at line 47 of file hstore.h.
Referenced by hstoreUpgrade(), hstoreValidNewFormat(), and hstoreValidOldFormat().
◆ vl_len_
int32 HStore::vl_len_
Definition at line 46 of file hstore.h.
The documentation for this struct was generated from the following file:
- contrib/hstore/hstore.h