PostgreSQL Source Code  git master
SyncOps Struct Reference

Data Fields

int(* sync_syncfiletag )(const FileTag *ftag, char *path)
 
int(* sync_unlinkfiletag )(const FileTag *ftag, char *path)
 
bool(* sync_filetagmatches )(const FileTag *ftag, const FileTag *candidate)
 

Detailed Description

Definition at line 84 of file sync.c.

Field Documentation

◆ sync_filetagmatches

bool(* SyncOps::sync_filetagmatches) (const FileTag *ftag, const FileTag *candidate)

Definition at line 88 of file sync.c.

Referenced by RememberSyncRequest().

◆ sync_syncfiletag

int(* SyncOps::sync_syncfiletag) (const FileTag *ftag, char *path)

Definition at line 86 of file sync.c.

Referenced by ProcessSyncRequests().

◆ sync_unlinkfiletag

int(* SyncOps::sync_unlinkfiletag) (const FileTag *ftag, char *path)

Definition at line 87 of file sync.c.

Referenced by SyncPostCheckpoint().


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