|
PostgreSQL Source Code git master
|
#include <pg_upgrade.h>
Data Fields | |
| char * | slotname |
| char * | plugin |
| bool | two_phase |
| bool | caught_up |
| bool | invalid |
| bool | failover |
Definition at line 143 of file pg_upgrade.h.
| bool LogicalSlotInfo::caught_up |
Definition at line 148 of file pg_upgrade.h.
Referenced by check_old_cluster_for_valid_slots().
| bool LogicalSlotInfo::failover |
Definition at line 150 of file pg_upgrade.h.
| bool LogicalSlotInfo::invalid |
Definition at line 149 of file pg_upgrade.h.
Referenced by check_old_cluster_for_valid_slots(), and get_loadable_libraries().
| char* LogicalSlotInfo::plugin |
Definition at line 146 of file pg_upgrade.h.
Referenced by get_loadable_libraries().
| char* LogicalSlotInfo::slotname |
Definition at line 145 of file pg_upgrade.h.
Referenced by check_old_cluster_for_valid_slots(), and process_old_cluster_logical_slot_infos().
| bool LogicalSlotInfo::two_phase |
Definition at line 147 of file pg_upgrade.h.