PostgreSQL Source Code  git master
FileTag Struct Reference

#include <sync.h>

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: