PostgreSQL Source Code git master
|
Data Fields | |
Oid | database |
Oid | tablespace |
RelFileNumber | filenumber |
ForkNumber | forknum |
BlockNumber | blocknum |
Definition at line 54 of file autoprewarm.c.
BlockNumber BlockInfoRecord::blocknum |
Definition at line 60 of file autoprewarm.c.
Referenced by apw_dump_now(), and autoprewarm_database_main().
Oid BlockInfoRecord::database |
Definition at line 56 of file autoprewarm.c.
Referenced by apw_dump_now(), apw_load_buffers(), and autoprewarm_database_main().
RelFileNumber BlockInfoRecord::filenumber |
Definition at line 58 of file autoprewarm.c.
Referenced by apw_dump_now(), and autoprewarm_database_main().
ForkNumber BlockInfoRecord::forknum |
Definition at line 59 of file autoprewarm.c.
Referenced by apw_dump_now(), apw_load_buffers(), and autoprewarm_database_main().
Oid BlockInfoRecord::tablespace |
Definition at line 57 of file autoprewarm.c.
Referenced by apw_dump_now(), and autoprewarm_database_main().