PostgreSQL Source Code  git master
dshash_table Struct Reference

Data Fields

dsa_areaarea
 
dshash_parameters params
 
void * arg
 
dshash_table_controlcontrol
 
dsa_pointerbuckets
 
size_t size_log2
 

Detailed Description

Definition at line 103 of file dshash.c.

Field Documentation

◆ area

◆ arg

void* dshash_table::arg

Definition at line 107 of file dshash.c.

Referenced by copy_key(), dshash_attach(), dshash_create(), equal_keys(), and hash_key().

◆ buckets

◆ control

◆ params

dshash_parameters dshash_table::params

◆ size_log2

size_t dshash_table::size_log2

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