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 89 of file sync.c.

Field Documentation

◆ sync_filetagmatches

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

Definition at line 93 of file sync.c.

Referenced by RememberSyncRequest().

◆ sync_syncfiletag

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

Definition at line 91 of file sync.c.

Referenced by ProcessSyncRequests().

◆ sync_unlinkfiletag

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

Definition at line 92 of file sync.c.

Referenced by SyncPostCheckpoint().


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