PostgreSQL Source Code: CheckpointerShmemStruct Struct Reference (original) (raw)

Data Fields
pid_t checkpointer_pid
slock_t ckpt_lck
int ckpt_started
int ckpt_done
int ckpt_failed
int ckpt_flags
ConditionVariable start_cv
ConditionVariable done_cv
int num_requests
int max_requests
CheckpointerRequest requests [FLEXIBLE_ARRAY_MEMBER]

Definition at line 113 of file checkpointer.c.

checkpointer_pid

pid_t CheckpointerShmemStruct::checkpointer_pid

ckpt_done

int CheckpointerShmemStruct::ckpt_done

ckpt_failed

int CheckpointerShmemStruct::ckpt_failed

ckpt_flags

int CheckpointerShmemStruct::ckpt_flags

ckpt_lck

slock_t CheckpointerShmemStruct::ckpt_lck

ckpt_started

int CheckpointerShmemStruct::ckpt_started

done_cv

max_requests

int CheckpointerShmemStruct::max_requests

num_requests

int CheckpointerShmemStruct::num_requests

requests

start_cv


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