PostgreSQL Source Code
git master
|
Data Fields | |
TocEntry ** | tes |
int | first_te |
int | last_te |
bool | sorted |
Definition at line 57 of file pg_backup_archiver.c.
int _parallelReadyList::first_te |
Definition at line 60 of file pg_backup_archiver.c.
Referenced by pop_next_work_item(), ready_list_init(), ready_list_remove(), ready_list_sort(), and restore_toc_entries_parallel().
int _parallelReadyList::last_te |
Definition at line 61 of file pg_backup_archiver.c.
Referenced by ready_list_init(), ready_list_insert(), ready_list_sort(), and restore_toc_entries_parallel().
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().
TocEntry** _parallelReadyList::tes |
Definition at line 59 of file pg_backup_archiver.c.
Referenced by pop_next_work_item(), ready_list_free(), ready_list_init(), ready_list_insert(), ready_list_remove(), and ready_list_sort().