PostgreSQL Source Code  git master
PgStat_PendingIO Struct Reference

Data Fields

PgStat_Counter counts [IOOBJECT_NUM_TYPES][IOCONTEXT_NUM_TYPES][IOOP_NUM_TYPES]
 
instr_time pending_times [IOOBJECT_NUM_TYPES][IOCONTEXT_NUM_TYPES][IOOP_NUM_TYPES]
 

Detailed Description

Definition at line 24 of file pgstat_io.c.

Field Documentation

◆ counts

Definition at line 26 of file pgstat_io.c.

Referenced by pgstat_count_io_op_n(), and pgstat_flush_io().

◆ pending_times

Definition at line 27 of file pgstat_io.c.

Referenced by pgstat_count_io_op_time(), and pgstat_flush_io().


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