PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PgAioTargetData Union Reference

#include <aio_types.h>

Data Fields

struct { 
 
   RelFileLocator   rlocator 
 
   BlockNumber   blockNum 
 
   BlockNumber   nblocks 
 
   ForkNumber   forkNum:8 
 
   bool   is_temp:1 
 
   bool   skip_fsync:1 
 
smgr 
 

Detailed Description

Definition at line 61 of file aio_types.h.

Field Documentation

◆ blockNum

BlockNumber PgAioTargetData::blockNum

Definition at line 66 of file aio_types.h.

Referenced by buffer_readv_report(), and md_readv_report().

◆ forkNum

ForkNumber PgAioTargetData::forkNum

Definition at line 68 of file aio_types.h.

Referenced by buffer_readv_report(), and md_readv_report().

◆ is_temp

bool PgAioTargetData::is_temp

Definition at line 69 of file aio_types.h.

Referenced by buffer_readv_complete(), buffer_readv_report(), and md_readv_report().

◆ nblocks

BlockNumber PgAioTargetData::nblocks

Definition at line 67 of file aio_types.h.

Referenced by buffer_readv_report(), md_readv_complete(), and md_readv_report().

◆ rlocator

RelFileLocator PgAioTargetData::rlocator

◆ skip_fsync

bool PgAioTargetData::skip_fsync

Definition at line 70 of file aio_types.h.

◆ [struct]


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