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

Data Fields

charname
 
charplugin
 
chardatabase
 
bool two_phase
 
bool failover
 
XLogRecPtr restart_lsn
 
XLogRecPtr confirmed_lsn
 
XLogRecPtr two_phase_at
 
TransactionId catalog_xmin
 
ReplicationSlotInvalidationCause invalidated
 

Detailed Description

Definition at line 143 of file slotsync.c.

Field Documentation

◆ catalog_xmin

TransactionId RemoteSlot::catalog_xmin

Definition at line 153 of file slotsync.c.

◆ confirmed_lsn

XLogRecPtr RemoteSlot::confirmed_lsn

Definition at line 151 of file slotsync.c.

◆ database

char* RemoteSlot::database

Definition at line 147 of file slotsync.c.

◆ failover

bool RemoteSlot::failover

Definition at line 149 of file slotsync.c.

◆ invalidated

ReplicationSlotInvalidationCause RemoteSlot::invalidated

Definition at line 156 of file slotsync.c.

◆ name

char* RemoteSlot::name

Definition at line 145 of file slotsync.c.

◆ plugin

char* RemoteSlot::plugin

Definition at line 146 of file slotsync.c.

◆ restart_lsn

XLogRecPtr RemoteSlot::restart_lsn

Definition at line 150 of file slotsync.c.

◆ two_phase

bool RemoteSlot::two_phase

Definition at line 148 of file slotsync.c.

◆ two_phase_at

XLogRecPtr RemoteSlot::two_phase_at

Definition at line 152 of file slotsync.c.


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