PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
SlotSyncCtxStruct Struct Reference

Data Fields

pid_t pid
 
bool stopSignaled
 
bool syncing
 
time_t last_start_time
 
slock_t mutex
 

Detailed Description

Definition at line 95 of file slotsync.c.

Field Documentation

◆ last_start_time

time_t SlotSyncCtxStruct::last_start_time

Definition at line 100 of file slotsync.c.

Referenced by slotsync_reread_config(), and SlotSyncWorkerCanRestart().

◆ mutex

slock_t SlotSyncCtxStruct::mutex

◆ pid

◆ stopSignaled

bool SlotSyncCtxStruct::stopSignaled

Definition at line 98 of file slotsync.c.

Referenced by check_and_set_sync_info(), and ShutDownSlotSync().

◆ syncing

bool SlotSyncCtxStruct::syncing

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