|
PostgreSQL Source Code git master
|
Definition at line 117 of file checkpointer.c.
| pid_t CheckpointerShmemStruct::checkpointer_pid |
Definition at line 119 of file checkpointer.c.
Referenced by CheckpointerMain(), and ForwardSyncRequest().
| int CheckpointerShmemStruct::ckpt_done |
Definition at line 124 of file checkpointer.c.
Referenced by CheckpointerMain(), FirstCallSinceLastCheckpoint(), and RequestCheckpoint().
| int CheckpointerShmemStruct::ckpt_failed |
Definition at line 125 of file checkpointer.c.
Referenced by CheckpointerMain(), and RequestCheckpoint().
| int CheckpointerShmemStruct::ckpt_flags |
Definition at line 127 of file checkpointer.c.
Referenced by CheckpointerMain(), and RequestCheckpoint().
| slock_t CheckpointerShmemStruct::ckpt_lck |
Definition at line 121 of file checkpointer.c.
Referenced by CheckpointerMain(), CheckpointerShmemInit(), FirstCallSinceLastCheckpoint(), and RequestCheckpoint().
| int CheckpointerShmemStruct::ckpt_started |
Definition at line 123 of file checkpointer.c.
Referenced by CheckpointerMain(), and RequestCheckpoint().
| ConditionVariable CheckpointerShmemStruct::done_cv |
Definition at line 130 of file checkpointer.c.
Referenced by CheckpointerMain(), CheckpointerShmemInit(), and RequestCheckpoint().
| int CheckpointerShmemStruct::head |
Definition at line 135 of file checkpointer.c.
Referenced by AbsorbSyncRequests(), CheckpointerShmemInit(), and CompactCheckpointerRequestQueue().
| int CheckpointerShmemStruct::max_requests |
Definition at line 133 of file checkpointer.c.
Referenced by AbsorbSyncRequests(), CheckpointerShmemInit(), CompactCheckpointerRequestQueue(), and ForwardSyncRequest().
| int CheckpointerShmemStruct::num_requests |
Definition at line 132 of file checkpointer.c.
Referenced by AbsorbSyncRequests(), CompactCheckpointerRequestQueue(), and ForwardSyncRequest().
| CheckpointerRequest CheckpointerShmemStruct::requests[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 141 of file checkpointer.c.
Referenced by AbsorbSyncRequests(), CompactCheckpointerRequestQueue(), and ForwardSyncRequest().
| ConditionVariable CheckpointerShmemStruct::start_cv |
Definition at line 129 of file checkpointer.c.
Referenced by CheckpointerMain(), CheckpointerShmemInit(), and RequestCheckpoint().
| int CheckpointerShmemStruct::tail |
Definition at line 137 of file checkpointer.c.
Referenced by CheckpointerShmemInit(), CompactCheckpointerRequestQueue(), and ForwardSyncRequest().