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