PostgreSQL Source Code  git master
SyncRepStandbyData Struct Reference

#include <syncrep.h>

Data Fields

pid_t pid
 
XLogRecPtr write
 
XLogRecPtr flush
 
XLogRecPtr apply
 
int sync_standby_priority
 
int walsnd_index
 
bool is_me
 

Detailed Description

Definition at line 42 of file syncrep.h.

Field Documentation

◆ apply

XLogRecPtr SyncRepStandbyData::apply

◆ flush

XLogRecPtr SyncRepStandbyData::flush

◆ is_me

bool SyncRepStandbyData::is_me

Definition at line 53 of file syncrep.h.

Referenced by SyncRepGetCandidateStandbys().

◆ pid

pid_t SyncRepStandbyData::pid

Definition at line 45 of file syncrep.h.

Referenced by SyncRepGetCandidateStandbys().

◆ sync_standby_priority

int SyncRepStandbyData::sync_standby_priority

Definition at line 49 of file syncrep.h.

Referenced by standby_priority_comparator(), and SyncRepGetCandidateStandbys().

◆ walsnd_index

int SyncRepStandbyData::walsnd_index

Definition at line 51 of file syncrep.h.

Referenced by standby_priority_comparator(), and SyncRepGetCandidateStandbys().

◆ write

XLogRecPtr SyncRepStandbyData::write

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