Header And Logo

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

Data Fields

ResourceOwnerData Struct Reference

Data Fields

ResourceOwner parent
ResourceOwner firstchild
ResourceOwner nextchild
const char * name
int nbuffers
Bufferbuffers
int maxbuffers
int nlocks
LOCALLOCKlocks [MAX_RESOWNER_LOCKS]
int ncatrefs
HeapTuplecatrefs
int maxcatrefs
int ncatlistrefs
CatCList ** catlistrefs
int maxcatlistrefs
int nrelrefs
Relationrelrefs
int maxrelrefs
int nplanrefs
CachedPlan ** planrefs
int maxplanrefs
int ntupdescs
TupleDesctupdescs
int maxtupdescs
int nsnapshots
Snapshotsnapshots
int maxsnapshots
int nfiles
Filefiles
int maxfiles

Detailed Description

Definition at line 52 of file resowner.c.


Field Documentation

LOCALLOCK* ResourceOwnerData::locks[MAX_RESOWNER_LOCKS]

Definition at line 62 of file resowner.c.

Referenced by ResourceOwnerEnlargeBuffers(), and ResourceOwnerRememberBuffer().

Definition at line 100 of file resowner.c.

Referenced by ResourceOwnerEnlargeFiles(), and ResourceOwnerRememberFile().

Definition at line 95 of file resowner.c.

Referenced by ResourceOwnerEnlargeSnapshots(), and ResourceOwnerRememberSnapshot().

Definition at line 90 of file resowner.c.

Referenced by ResourceOwnerEnlargeTupleDescs(), and ResourceOwnerRememberTupleDesc().


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