PostgreSQL Source Code  git master
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.

Referenced by check_synchronous_standby_names().

◆ 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

◆ syncrep_method


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