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