PostgreSQL Source Code git master
|
Data Fields | |
int | nslotnames |
char | slot_names [FLEXIBLE_ARRAY_MEMBER] |
int SyncStandbySlotsConfigData::nslotnames |
Definition at line 94 of file slot.c.
Referenced by check_synchronized_standby_slots(), SlotExistsInSyncStandbySlots(), and StandbySlotsHaveCaughtup().
char SyncStandbySlotsConfigData::slot_names[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 99 of file slot.c.
Referenced by check_synchronized_standby_slots(), SlotExistsInSyncStandbySlots(), and StandbySlotsHaveCaughtup().