PostgreSQL Source Code git master
Loading...
Searching...
No Matches
LogicalSlotInfo Struct Reference

#include <pg_upgrade.h>

Data Fields

charslotname
 
charplugin
 
bool two_phase
 
bool caught_up
 
bool invalid
 
bool failover
 

Detailed Description

Definition at line 167 of file pg_upgrade.h.

Field Documentation

◆ caught_up

bool LogicalSlotInfo::caught_up

Definition at line 172 of file pg_upgrade.h.

Referenced by check_old_cluster_for_valid_slots().

◆ failover

bool LogicalSlotInfo::failover

Definition at line 174 of file pg_upgrade.h.

◆ invalid

bool LogicalSlotInfo::invalid

Definition at line 173 of file pg_upgrade.h.

Referenced by check_old_cluster_for_valid_slots(), and get_loadable_libraries().

◆ plugin

char* LogicalSlotInfo::plugin

Definition at line 170 of file pg_upgrade.h.

Referenced by get_loadable_libraries().

◆ slotname

char* LogicalSlotInfo::slotname

◆ two_phase

bool LogicalSlotInfo::two_phase

Definition at line 171 of file pg_upgrade.h.


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