|
PostgreSQL Source Code git master
|
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) |
Definition at line 88 of file sync.c.
Referenced by RememberSyncRequest().
| int(* SyncOps::sync_syncfiletag) (const FileTag *ftag, char *path) |
Definition at line 86 of file sync.c.
Referenced by ProcessSyncRequests().
| int(* SyncOps::sync_unlinkfiletag) (const FileTag *ftag, char *path) |
Definition at line 87 of file sync.c.
Referenced by SyncPostCheckpoint().