PostgreSQL Source Code  git master
LogicalSlotInfo Struct Reference

#include <pg_upgrade.h>

Data Fields

char * slotname
 
char * plugin
 
bool two_phase
 
bool caught_up
 
bool invalid
 
bool failover
 

Detailed Description

Definition at line 156 of file pg_upgrade.h.

Field Documentation

◆ caught_up

bool LogicalSlotInfo::caught_up

◆ failover

bool LogicalSlotInfo::failover

◆ invalid

bool LogicalSlotInfo::invalid

◆ plugin

char* LogicalSlotInfo::plugin

◆ slotname

◆ two_phase

bool LogicalSlotInfo::two_phase

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