PostgreSQL Source Code  git master
HOldEntry Struct Reference

Data Fields

uint16 keylen
 
uint16 vallen
 
uint32 valisnull:1
 
uint32 pos:31
 

Detailed Description

Definition at line 99 of file hstore_compat.c.

Field Documentation

◆ keylen

uint16 HOldEntry::keylen

Definition at line 101 of file hstore_compat.c.

Referenced by hstoreUpgrade(), and hstoreValidOldFormat().

◆ pos

uint32 HOldEntry::pos

Definition at line 105 of file hstore_compat.c.

Referenced by hstoreUpgrade().

◆ valisnull

uint32 HOldEntry::valisnull

Definition at line 104 of file hstore_compat.c.

Referenced by hstoreUpgrade(), and hstoreValidOldFormat().

◆ vallen

uint16 HOldEntry::vallen

Definition at line 102 of file hstore_compat.c.

Referenced by hstoreUpgrade().


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