PostgreSQL Source Code  git master
ReplicationState Struct Reference

Data Fields

RepOriginId roident
 
XLogRecPtr remote_lsn
 
XLogRecPtr local_lsn
 
int acquired_by
 
ConditionVariable origin_cv
 
LWLock lock
 

Detailed Description

Definition at line 101 of file origin.c.

Field Documentation

◆ acquired_by

int ReplicationState::acquired_by

◆ local_lsn

◆ lock

◆ origin_cv

ConditionVariable ReplicationState::origin_cv

◆ remote_lsn

◆ roident


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