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

Data Fields

ReplOriginId roident
 
XLogRecPtr remote_lsn
 
XLogRecPtr local_lsn
 
int acquired_by
 
int refcount
 
ConditionVariable origin_cv
 
LWLock lock
 

Detailed Description

Definition at line 109 of file origin.c.

Field Documentation

◆ acquired_by

int ReplicationState::acquired_by

◆ local_lsn

XLogRecPtr ReplicationState::local_lsn

◆ lock

LWLock ReplicationState::lock

Definition at line 144 of file origin.c.

Referenced by replorigin_session_advance(), and replorigin_session_get_progress().

◆ origin_cv

ConditionVariable ReplicationState::origin_cv

Definition at line 139 of file origin.c.

Referenced by replorigin_session_reset_internal(), and replorigin_session_setup().

◆ refcount

int ReplicationState::refcount

◆ remote_lsn

◆ roident


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