PostgreSQL Source Code
git master
|
#include <syncrep.h>
Data Fields | |
int | config_size |
int | num_sync |
uint8 | syncrep_method |
int | nmembers |
char | member_names [FLEXIBLE_ARRAY_MEMBER] |
int SyncRepConfigData::config_size |
Definition at line 65 of file syncrep.h.
Referenced by check_synchronous_standby_names().
char SyncRepConfigData::member_names[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 71 of file syncrep.h.
Referenced by SyncRepGetStandbyPriority().
int SyncRepConfigData::nmembers |
Definition at line 69 of file syncrep.h.
Referenced by SyncRepGetStandbyPriority().
int SyncRepConfigData::num_sync |
Definition at line 66 of file syncrep.h.
Referenced by check_synchronous_standby_names(), SyncRepGetCandidateStandbys(), and SyncRepGetSyncRecPtr().
uint8 SyncRepConfigData::syncrep_method |
Definition at line 68 of file syncrep.h.
Referenced by pg_stat_get_wal_senders(), SyncRepGetCandidateStandbys(), SyncRepGetStandbyPriority(), SyncRepGetSyncRecPtr(), and SyncRepReleaseWaiters().