PostgreSQL Source Code git master
BlockInfoRecord Struct Reference

Data Fields

Oid database
 
Oid tablespace
 
RelFileNumber filenumber
 
ForkNumber forknum
 
BlockNumber blocknum
 

Detailed Description

Definition at line 54 of file autoprewarm.c.

Field Documentation

◆ blocknum

BlockNumber BlockInfoRecord::blocknum

Definition at line 60 of file autoprewarm.c.

Referenced by apw_dump_now(), and autoprewarm_database_main().

◆ database

Oid BlockInfoRecord::database

Definition at line 56 of file autoprewarm.c.

Referenced by apw_dump_now(), apw_load_buffers(), and autoprewarm_database_main().

◆ filenumber

RelFileNumber BlockInfoRecord::filenumber

Definition at line 58 of file autoprewarm.c.

Referenced by apw_dump_now(), and autoprewarm_database_main().

◆ forknum

ForkNumber BlockInfoRecord::forknum

Definition at line 59 of file autoprewarm.c.

Referenced by apw_dump_now(), apw_load_buffers(), and autoprewarm_database_main().

◆ tablespace

Oid BlockInfoRecord::tablespace

Definition at line 57 of file autoprewarm.c.

Referenced by apw_dump_now(), and autoprewarm_database_main().


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