PostgreSQL Source Code
git master
|
Data Fields | |
LWLock | lock |
pid_t | bgworker_pid |
pid_t | pid_using_dumpfile |
dsm_handle | block_info_handle |
Oid | database |
int | prewarm_start_idx |
int | prewarm_stop_idx |
int | prewarmed_blocks |
Definition at line 64 of file autoprewarm.c.
pid_t AutoPrewarmSharedState::bgworker_pid |
Definition at line 67 of file autoprewarm.c.
Referenced by apw_detach_shmem(), autoprewarm_main(), and autoprewarm_start_worker().
dsm_handle AutoPrewarmSharedState::block_info_handle |
Definition at line 71 of file autoprewarm.c.
Referenced by apw_load_buffers(), and autoprewarm_database_main().
Oid AutoPrewarmSharedState::database |
Definition at line 72 of file autoprewarm.c.
Referenced by apw_load_buffers(), and autoprewarm_database_main().
LWLock AutoPrewarmSharedState::lock |
Definition at line 66 of file autoprewarm.c.
Referenced by apw_detach_shmem(), apw_dump_now(), apw_init_shmem(), apw_load_buffers(), autoprewarm_main(), and autoprewarm_start_worker().
pid_t AutoPrewarmSharedState::pid_using_dumpfile |
Definition at line 68 of file autoprewarm.c.
Referenced by apw_detach_shmem(), apw_dump_now(), and apw_load_buffers().
int AutoPrewarmSharedState::prewarm_start_idx |
Definition at line 73 of file autoprewarm.c.
Referenced by apw_load_buffers(), and autoprewarm_database_main().
int AutoPrewarmSharedState::prewarm_stop_idx |
Definition at line 74 of file autoprewarm.c.
Referenced by apw_load_buffers().
int AutoPrewarmSharedState::prewarmed_blocks |
Definition at line 75 of file autoprewarm.c.
Referenced by apw_load_buffers(), and autoprewarm_database_main().