PostgreSQL Source Code
git master
|
#include <sync.h>
Data Fields | |
int16 | handler |
int16 | forknum |
RelFileLocator | rlocator |
uint64 | segno |
int16 FileTag::forknum |
Definition at line 53 of file sync.h.
Referenced by mdsyncfiletag().
int16 FileTag::handler |
Definition at line 52 of file sync.h.
Referenced by ProcessSyncRequests(), RememberSyncRequest(), and SyncPostCheckpoint().
RelFileLocator FileTag::rlocator |
Definition at line 54 of file sync.h.
Referenced by mdfiletagmatches(), mdsyncfiletag(), and mdunlinkfiletag().
uint64 FileTag::segno |
Definition at line 55 of file sync.h.
Referenced by mdsyncfiletag(), SlruSyncFileTag(), test_slru_page_delete(), and test_slru_page_sync().