|
PostgreSQL Source Code git master
|
Data Fields | |
| UpgradeTaskSlotState | state |
| int | db_idx |
| int | step_idx |
| PGconn * | conn |
| bool | ready |
| bool | select_mode |
| int | sock |
| PGconn* UpgradeTaskSlot::conn |
Definition at line 107 of file task.c.
Referenced by process_query_result(), process_slot(), and start_conn().
| int UpgradeTaskSlot::db_idx |
Definition at line 105 of file task.c.
Referenced by process_query_result(), process_slot(), and start_conn().
| bool UpgradeTaskSlot::ready |
Definition at line 108 of file task.c.
Referenced by process_slot(), and wait_on_slots().
| bool UpgradeTaskSlot::select_mode |
Definition at line 109 of file task.c.
Referenced by process_slot().
| int UpgradeTaskSlot::sock |
Definition at line 110 of file task.c.
Referenced by wait_on_slots().
| UpgradeTaskSlotState UpgradeTaskSlot::state |
Definition at line 104 of file task.c.
Referenced by process_slot().
| int UpgradeTaskSlot::step_idx |
Definition at line 106 of file task.c.
Referenced by process_query_result(), and process_slot().