PostgreSQL Source Code
git master
|
void(* f_smgr::smgr_close) (SMgrRelation reln, ForkNumber forknum) |
Definition at line 45 of file smgr.c.
Referenced by smgrclose(), and smgrdounlinkall().
void(* f_smgr::smgr_create) (SMgrRelation reln, ForkNumber forknum, bool isRedo) |
Definition at line 46 of file smgr.c.
Referenced by smgrcreate().
bool(* f_smgr::smgr_exists) (SMgrRelation reln, ForkNumber forknum) |
Definition at line 48 of file smgr.c.
Referenced by smgrdosyncall(), and smgrexists().
void(* f_smgr::smgr_extend) (SMgrRelation reln, ForkNumber forknum, BlockNumber blocknum, char *buffer, bool skipFsync) |
Definition at line 51 of file smgr.c.
Referenced by smgrextend().
void(* f_smgr::smgr_immedsync) (SMgrRelation reln, ForkNumber forknum) |
Definition at line 64 of file smgr.c.
Referenced by smgrdosyncall(), and smgrimmedsync().
void(* f_smgr::smgr_init) (void) |
Definition at line 42 of file smgr.c.
Referenced by smgrinit().
BlockNumber(* f_smgr::smgr_nblocks) (SMgrRelation reln, ForkNumber forknum) |
Definition at line 61 of file smgr.c.
Referenced by smgrnblocks().
void(* f_smgr::smgr_open) (SMgrRelation reln) |
Definition at line 44 of file smgr.c.
Referenced by smgropen().
bool(* f_smgr::smgr_prefetch) (SMgrRelation reln, ForkNumber forknum, BlockNumber blocknum) |
Definition at line 53 of file smgr.c.
Referenced by smgrprefetch().
void(* f_smgr::smgr_read) (SMgrRelation reln, ForkNumber forknum, BlockNumber blocknum, char *buffer) |
Definition at line 55 of file smgr.c.
Referenced by smgrread().
void(* f_smgr::smgr_shutdown) (void) |
Definition at line 43 of file smgr.c.
Referenced by smgrshutdown().
void(* f_smgr::smgr_truncate) (SMgrRelation reln, ForkNumber forknum, BlockNumber nblocks) |
Definition at line 62 of file smgr.c.
Referenced by smgrtruncate().
void(* f_smgr::smgr_unlink) (RelFileNodeBackend rnode, ForkNumber forknum, bool isRedo) |
Definition at line 49 of file smgr.c.
Referenced by smgrdounlinkall().
void(* f_smgr::smgr_write) (SMgrRelation reln, ForkNumber forknum, BlockNumber blocknum, char *buffer, bool skipFsync) |
Definition at line 57 of file smgr.c.
Referenced by smgrwrite().
void(* f_smgr::smgr_writeback) (SMgrRelation reln, ForkNumber forknum, BlockNumber blocknum, BlockNumber nblocks) |
Definition at line 59 of file smgr.c.
Referenced by smgrwriteback().