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 61 of file autoprewarm.c.

Field Documentation

◆ blocknum

BlockNumber BlockInfoRecord::blocknum

Definition at line 67 of file autoprewarm.c.

Referenced by apw_dump_now(), and autoprewarm_database_main().

◆ database

Oid BlockInfoRecord::database

Definition at line 63 of file autoprewarm.c.

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

◆ filenumber

RelFileNumber BlockInfoRecord::filenumber

Definition at line 65 of file autoprewarm.c.

Referenced by apw_dump_now(), and autoprewarm_database_main().

◆ forknum

ForkNumber BlockInfoRecord::forknum

Definition at line 66 of file autoprewarm.c.

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

◆ tablespace

Oid BlockInfoRecord::tablespace

Definition at line 64 of file autoprewarm.c.

Referenced by apw_dump_now(), and autoprewarm_database_main().


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