Header And Logo

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

Data Fields

SMgrRelationData Struct Reference

#include <smgr.h>

Data Fields

RelFileNodeBackend smgr_rnode
struct SMgrRelationData ** smgr_owner
BlockNumber smgr_targblock
BlockNumber smgr_fsm_nblocks
BlockNumber smgr_vm_nblocks
int smgr_which
struct _MdfdVecmd_fd [MAX_FORKNUM+1]
struct SMgrRelationDatanext_unowned_reln

Detailed Description

Definition at line 40 of file smgr.h.


Field Documentation

struct _MdfdVec* SMgrRelationData::md_fd[MAX_FORKNUM+1]

Definition at line 68 of file smgr.h.

Referenced by mdclose(), mdcreate(), mdopen(), mdtruncate(), smgrcreate(), and smgropen().

Definition at line 71 of file smgr.h.

Referenced by remove_from_unowned_list(), and smgropen().

Definition at line 56 of file smgr.h.

Referenced by FreeSpaceMapTruncateRel(), fsm_extend(), fsm_readbuf(), RelationTruncate(), and smgropen().

Definition at line 46 of file smgr.h.

Referenced by AtEOXact_SMgr(), smgrclose(), smgropen(), and smgrsetowner().

Definition at line 55 of file smgr.h.

Referenced by RelationTruncate(), and smgropen().

Definition at line 57 of file smgr.h.

Referenced by RelationTruncate(), smgropen(), visibilitymap_truncate(), vm_extend(), and vm_readbuf().


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