Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

HTAB Struct Reference

Data Fields

HASHHDRhctl
HASHSEGMENTdir
HashValueFunc hash
HashCompareFunc match
HashCopyFunc keycopy
HashAllocFunc alloc
MemoryContext hcxt
char * tabname
bool isshared
bool isfixed
bool frozen
Size keysize
long ssize
int sshift

Detailed Description

Definition at line 159 of file dynahash.c.


Field Documentation

Definition at line 163 of file dynahash.c.

Referenced by get_hash_value(), hash_create(), hash_search(), and hash_update_hash_key().

Definition at line 167 of file dynahash.c.

Referenced by dir_realloc(), element_alloc(), hash_create(), hash_destroy(), init_htab(), and seg_alloc().

Definition at line 170 of file dynahash.c.

Referenced by element_alloc(), and hash_create().

Definition at line 169 of file dynahash.c.

Referenced by hash_corrupted(), hash_create(), hash_freeze(), and hash_search_with_hash_value().

Definition at line 165 of file dynahash.c.

Referenced by hash_create(), hash_search_with_hash_value(), and hash_update_hash_key().

Definition at line 164 of file dynahash.c.

Referenced by hash_create(), hash_search_with_hash_value(), and hash_update_hash_key().


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