PostgreSQL Source Code  git master
CkptTsStatus Struct Reference

Data Fields

Oid tsId
 
float8 progress
 
float8 progress_slice
 
int num_to_scan
 
int num_scanned
 
int index
 

Detailed Description

Definition at line 101 of file bufmgr.c.

Field Documentation

◆ index

int CkptTsStatus::index

Definition at line 122 of file bufmgr.c.

Referenced by BufferSync().

◆ num_scanned

int CkptTsStatus::num_scanned

Definition at line 119 of file bufmgr.c.

Referenced by BufferSync().

◆ num_to_scan

int CkptTsStatus::num_to_scan

Definition at line 117 of file bufmgr.c.

Referenced by BufferSync().

◆ progress

float8 CkptTsStatus::progress

Definition at line 113 of file bufmgr.c.

Referenced by BufferSync(), and ts_ckpt_progress_comparator().

◆ progress_slice

float8 CkptTsStatus::progress_slice

Definition at line 114 of file bufmgr.c.

Referenced by BufferSync().

◆ tsId

Oid CkptTsStatus::tsId

Definition at line 104 of file bufmgr.c.

Referenced by BufferSync().


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