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 155 of file pg_upgrade.h.
bool LogicalSlotInfo::caught_up |
Definition at line 160 of file pg_upgrade.h.
Referenced by check_old_cluster_for_valid_slots(), and process_old_cluster_logical_slot_infos().
bool LogicalSlotInfo::failover |
Definition at line 162 of file pg_upgrade.h.
Referenced by create_logical_replication_slots(), and process_old_cluster_logical_slot_infos().
bool LogicalSlotInfo::invalid |
Definition at line 161 of file pg_upgrade.h.
Referenced by check_old_cluster_for_valid_slots(), get_loadable_libraries(), and process_old_cluster_logical_slot_infos().
char* LogicalSlotInfo::plugin |
Definition at line 158 of file pg_upgrade.h.
Referenced by create_logical_replication_slots(), get_loadable_libraries(), print_slot_infos(), and process_old_cluster_logical_slot_infos().
char* LogicalSlotInfo::slotname |
Definition at line 157 of file pg_upgrade.h.
Referenced by check_old_cluster_for_valid_slots(), create_logical_replication_slots(), print_slot_infos(), and process_old_cluster_logical_slot_infos().
bool LogicalSlotInfo::two_phase |
Definition at line 159 of file pg_upgrade.h.
Referenced by create_logical_replication_slots(), print_slot_infos(), and process_old_cluster_logical_slot_infos().