PostgreSQL Source Code  git master
UpgradeTaskSlot Struct Reference

Data Fields

UpgradeTaskSlotState state
 
int db_idx
 
int step_idx
 
PGconnconn
 
bool ready
 
bool select_mode
 
int sock
 

Detailed Description

Definition at line 102 of file task.c.

Field Documentation

◆ conn

PGconn* UpgradeTaskSlot::conn

Definition at line 107 of file task.c.

Referenced by process_query_result(), process_slot(), and start_conn().

◆ db_idx

int UpgradeTaskSlot::db_idx

Definition at line 105 of file task.c.

Referenced by process_query_result(), process_slot(), and start_conn().

◆ ready

bool UpgradeTaskSlot::ready

Definition at line 108 of file task.c.

Referenced by process_slot(), and wait_on_slots().

◆ select_mode

bool UpgradeTaskSlot::select_mode

Definition at line 109 of file task.c.

Referenced by process_slot().

◆ sock

int UpgradeTaskSlot::sock

Definition at line 110 of file task.c.

Referenced by wait_on_slots().

◆ state

UpgradeTaskSlotState UpgradeTaskSlot::state

Definition at line 104 of file task.c.

Referenced by process_slot().

◆ step_idx

int UpgradeTaskSlot::step_idx

Definition at line 106 of file task.c.

Referenced by process_query_result(), and process_slot().


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