Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

CheckpointerShmemStruct Struct Reference

Data Fields

pid_t checkpointer_pid
slock_t ckpt_lck
int ckpt_started
int ckpt_done
int ckpt_failed
int ckpt_flags
uint32 num_backend_writes
uint32 num_backend_fsync
int num_requests
int max_requests
CheckpointerRequest requests [1]

Detailed Description

Definition at line 116 of file checkpointer.c.


Field Documentation

Definition at line 118 of file checkpointer.c.

Referenced by CheckpointerMain(), ForwardFsyncRequest(), and RequestCheckpoint().

Definition at line 124 of file checkpointer.c.

Referenced by CheckpointerMain(), and RequestCheckpoint().

Definition at line 122 of file checkpointer.c.

Referenced by CheckpointerMain(), and RequestCheckpoint().

Definition at line 132 of file checkpointer.c.

Referenced by CheckpointerShmemInit(), and ForwardFsyncRequest().

Definition at line 129 of file checkpointer.c.

Referenced by AbsorbFsyncRequests(), and ForwardFsyncRequest().

Definition at line 128 of file checkpointer.c.

Referenced by AbsorbFsyncRequests(), and ForwardFsyncRequest().


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