PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
BlockInfoRecord Struct Reference

Data Fields

Oid database
 
Oid tablespace
 
RelFileNumber filenumber
 
ForkNumber forknum
 
BlockNumber blocknum
 

Detailed Description

Definition at line 55 of file autoprewarm.c.

Field Documentation

◆ blocknum

BlockNumber BlockInfoRecord::blocknum

Definition at line 61 of file autoprewarm.c.

Referenced by apw_dump_now(), and apw_read_stream_next_block().

◆ database

Oid BlockInfoRecord::database

Definition at line 57 of file autoprewarm.c.

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

◆ filenumber

RelFileNumber BlockInfoRecord::filenumber

◆ forknum

ForkNumber BlockInfoRecord::forknum

◆ tablespace

Oid BlockInfoRecord::tablespace

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