Header And Logo

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

Data Fields

HASHCTL Struct Reference

#include <hsearch.h>

Data Fields

long num_partitions
long ssize
long dsize
long max_dsize
long ffactor
Size keysize
Size entrysize
HashValueFunc hash
HashCompareFunc match
HashCopyFunc keycopy
HashAllocFunc alloc
MemoryContext hcxt
HASHHDRhctl

Detailed Description

Definition at line 65 of file hsearch.h.


Field Documentation

Definition at line 77 of file hsearch.h.

Referenced by hash_create(), and ShmemInitHash().

Definition at line 69 of file hsearch.h.

Referenced by hash_create(), hash_get_shared_size(), and ShmemInitHash().

Definition at line 71 of file hsearch.h.

Referenced by hash_create().

Definition at line 79 of file hsearch.h.

Referenced by hash_create(), and ShmemInitHash().

Definition at line 76 of file hsearch.h.

Referenced by hash_create().

Definition at line 70 of file hsearch.h.

Referenced by hash_create(), hash_get_shared_size(), and ShmemInitHash().

Definition at line 67 of file hsearch.h.

Referenced by hash_create(), InitBufTable(), InitLocks(), and InitPredicateLocks().

Definition at line 68 of file hsearch.h.

Referenced by hash_create().


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