PostgreSQL Source Code git master
|
Data Fields | |
uint16 | keylen |
uint16 | vallen |
uint32 | valisnull:1 |
uint32 | pos:31 |
Definition at line 99 of file hstore_compat.c.
uint16 HOldEntry::keylen |
Definition at line 101 of file hstore_compat.c.
Referenced by hstoreUpgrade(), and hstoreValidOldFormat().
uint32 HOldEntry::pos |
Definition at line 105 of file hstore_compat.c.
Referenced by hstoreUpgrade().
uint32 HOldEntry::valisnull |
Definition at line 104 of file hstore_compat.c.
Referenced by hstoreUpgrade(), and hstoreValidOldFormat().
uint16 HOldEntry::vallen |
Definition at line 102 of file hstore_compat.c.
Referenced by hstoreUpgrade().