PostgreSQL Source Code  git master
_parallelReadyList Struct Reference

Data Fields

TocEntry ** tes
 
int first_te
 
int last_te
 
bool sorted
 

Detailed Description

Definition at line 57 of file pg_backup_archiver.c.

Field Documentation

◆ first_te

int _parallelReadyList::first_te

◆ last_te

int _parallelReadyList::last_te

◆ sorted

bool _parallelReadyList::sorted

Definition at line 62 of file pg_backup_archiver.c.

Referenced by ready_list_init(), ready_list_insert(), and ready_list_sort().

◆ tes


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