PostgreSQL Source Code: PendingFsyncEntry Struct Reference (original) (raw)
Data Fields | |
---|---|
FileTag | tag |
CycleCtr | cycle_ctr |
bool | canceled |
Detailed Description
Definition at line 56 of file sync.c.
Field Documentation
◆ canceled
bool PendingFsyncEntry::canceled
Definition at line 60 of file sync.c.
Referenced by ProcessSyncRequests(), and RememberSyncRequest().
◆ cycle_ctr
CycleCtr PendingFsyncEntry::cycle_ctr
Definition at line 59 of file sync.c.
Referenced by ProcessSyncRequests(), and RememberSyncRequest().
◆ tag
FileTag PendingFsyncEntry::tag
Definition at line 58 of file sync.c.
Referenced by ProcessSyncRequests(), and RememberSyncRequest().
The documentation for this struct was generated from the following file:
- src/backend/storage/sync/sync.c