PostgreSQL Source Code: FileTag Struct Reference (original) (raw)

#include <[sync.h](sync%5F8h%5Fsource.html)>

Data Fields
int16 handler
int16 forknum
RelFileLocator rlocator
uint64 segno

Detailed Description

Definition at line 50 of file sync.h.

Field Documentation

forknum

int16 FileTag::forknum

Definition at line 53 of file sync.h.

Referenced by mdsyncfiletag().

handler

int16 FileTag::handler

Definition at line 52 of file sync.h.

Referenced by ProcessSyncRequests(), RememberSyncRequest(), and SyncPostCheckpoint().

rlocator

RelFileLocator FileTag::rlocator

Definition at line 54 of file sync.h.

Referenced by mdfiletagmatches(), mdsyncfiletag(), and mdunlinkfiletag().

segno

uint64 FileTag::segno

Definition at line 55 of file sync.h.

Referenced by mdsyncfiletag(), SlruSyncFileTag(), test_slru_page_delete(), and test_slru_page_sync().


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