PostgreSQL Source Code: ResourceOwnerData Struct Reference (original) (raw)

Data Fields
ResourceOwner parent
ResourceOwner firstchild
ResourceOwner nextchild
const char * name
bool releasing
bool sorted
uint8 nlocks
uint8 narr
uint32 nhash
ResourceElem arr [RESOWNER_ARRAY_SIZE]
ResourceElem * hash
uint32 capacity
uint32 grow_at
LOCALLOCK * locks [MAX_RESOWNER_LOCKS]
dlist_head aio_handles

Definition at line 112 of file resowner.c.

aio_handles

arr

capacity

uint32 ResourceOwnerData::capacity

firstchild

grow_at

uint32 ResourceOwnerData::grow_at

hash

locks

name

const char* ResourceOwnerData::name

narr

uint8 ResourceOwnerData::narr

nextchild

nhash

uint32 ResourceOwnerData::nhash

nlocks

uint8 ResourceOwnerData::nlocks

parent

releasing

bool ResourceOwnerData::releasing

sorted

bool ResourceOwnerData::sorted


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