PostgreSQL Source Code  git master
ResourceOwnerData Struct Reference

Data Fields

ResourceOwner parent
 
ResourceOwner firstchild
 
ResourceOwner nextchild
 
const char * name
 
ResourceArray bufferarr
 
ResourceArray bufferioarr
 
ResourceArray catrefarr
 
ResourceArray catlistrefarr
 
ResourceArray relrefarr
 
ResourceArray planrefarr
 
ResourceArray tupdescarr
 
ResourceArray snapshotarr
 
ResourceArray filearr
 
ResourceArray dsmarr
 
ResourceArray jitarr
 
ResourceArray cryptohasharr
 
ResourceArray hmacarr
 
int nlocks
 
LOCALLOCKlocks [MAX_RESOWNER_LOCKS]
 

Detailed Description

Definition at line 115 of file resowner.c.

Field Documentation

◆ bufferarr

◆ bufferioarr

◆ catlistrefarr

◆ catrefarr

◆ cryptohasharr

◆ dsmarr

◆ filearr

◆ firstchild

ResourceOwner ResourceOwnerData::firstchild

◆ hmacarr

◆ jitarr

◆ locks

LOCALLOCK* ResourceOwnerData::locks[MAX_RESOWNER_LOCKS]

◆ name

◆ nextchild

ResourceOwner ResourceOwnerData::nextchild

◆ nlocks

int ResourceOwnerData::nlocks

◆ parent

ResourceOwner ResourceOwnerData::parent

◆ planrefarr

◆ relrefarr

◆ snapshotarr

◆ tupdescarr


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