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 165 of file slotsync.c.

Field Documentation

◆ catalog_xmin

TransactionId RemoteSlot::catalog_xmin

Definition at line 175 of file slotsync.c.

◆ confirmed_lsn

XLogRecPtr RemoteSlot::confirmed_lsn

Definition at line 173 of file slotsync.c.

◆ database

char* RemoteSlot::database

Definition at line 169 of file slotsync.c.

◆ failover

bool RemoteSlot::failover

Definition at line 171 of file slotsync.c.

◆ invalidated

ReplicationSlotInvalidationCause RemoteSlot::invalidated

Definition at line 178 of file slotsync.c.

◆ name

char* RemoteSlot::name

Definition at line 167 of file slotsync.c.

◆ plugin

char* RemoteSlot::plugin

Definition at line 168 of file slotsync.c.

◆ restart_lsn

XLogRecPtr RemoteSlot::restart_lsn

Definition at line 172 of file slotsync.c.

◆ two_phase

bool RemoteSlot::two_phase

Definition at line 170 of file slotsync.c.

◆ two_phase_at

XLogRecPtr RemoteSlot::two_phase_at

Definition at line 174 of file slotsync.c.


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