PostgreSQL Source Code  git master
HASH_SEQ_STATUS Struct Reference

#include <hsearch.h>

Data Fields

HTABhashp
 
uint32 curBucket
 
HASHELEMENTcurEntry
 

Detailed Description

Definition at line 120 of file hsearch.h.

Field Documentation

◆ curBucket

uint32 HASH_SEQ_STATUS::curBucket

Definition at line 123 of file hsearch.h.

◆ curEntry

HASHELEMENT* HASH_SEQ_STATUS::curEntry

Definition at line 124 of file hsearch.h.

◆ hashp

HTAB* HASH_SEQ_STATUS::hashp

Definition at line 122 of file hsearch.h.


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