|
PostgreSQL Source Code git master
|
#include <syncrep.h>
Data Fields | |
| pid_t | pid |
| XLogRecPtr | write |
| XLogRecPtr | flush |
| XLogRecPtr | apply |
| int | sync_standby_priority |
| int | walsnd_index |
| bool | is_me |
| XLogRecPtr SyncRepStandbyData::apply |
Definition at line 48 of file syncrep.h.
Referenced by SyncRepGetCandidateStandbys(), SyncRepGetNthLatestSyncRecPtr(), and SyncRepGetOldestSyncRecPtr().
| XLogRecPtr SyncRepStandbyData::flush |
Definition at line 47 of file syncrep.h.
Referenced by SyncRepGetCandidateStandbys(), SyncRepGetNthLatestSyncRecPtr(), and SyncRepGetOldestSyncRecPtr().
| bool SyncRepStandbyData::is_me |
Definition at line 53 of file syncrep.h.
Referenced by SyncRepGetCandidateStandbys().
| pid_t SyncRepStandbyData::pid |
Definition at line 45 of file syncrep.h.
Referenced by SyncRepGetCandidateStandbys().
| int SyncRepStandbyData::sync_standby_priority |
Definition at line 49 of file syncrep.h.
Referenced by standby_priority_comparator(), and SyncRepGetCandidateStandbys().
| int SyncRepStandbyData::walsnd_index |
Definition at line 51 of file syncrep.h.
Referenced by standby_priority_comparator(), and SyncRepGetCandidateStandbys().
| XLogRecPtr SyncRepStandbyData::write |
Definition at line 46 of file syncrep.h.
Referenced by SyncRepGetCandidateStandbys(), SyncRepGetNthLatestSyncRecPtr(), and SyncRepGetOldestSyncRecPtr().