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

#include <syncrep.h>

Data Fields

int config_size
 
int num_sync
 
uint8 syncrep_method
 
int nmembers
 
char member_names [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 63 of file syncrep.h.

Field Documentation

◆ config_size

int SyncRepConfigData::config_size

Definition at line 65 of file syncrep.h.

◆ member_names

char SyncRepConfigData::member_names[FLEXIBLE_ARRAY_MEMBER]

Definition at line 71 of file syncrep.h.

Referenced by SyncRepGetStandbyPriority().

◆ nmembers

int SyncRepConfigData::nmembers

Definition at line 69 of file syncrep.h.

Referenced by SyncRepGetStandbyPriority().

◆ num_sync

int SyncRepConfigData::num_sync

Definition at line 66 of file syncrep.h.

Referenced by SyncRepGetCandidateStandbys(), and SyncRepGetSyncRecPtr().

◆ syncrep_method


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