PostgreSQL Source Code  git master
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 97 of file slotsync.c.

Field Documentation

◆ last_start_time

time_t SlotSyncCtxStruct::last_start_time

Definition at line 102 of file slotsync.c.

Referenced by slotsync_reread_config(), and SlotSyncWorkerCanRestart().

◆ mutex

slock_t SlotSyncCtxStruct::mutex

◆ pid

◆ stopSignaled

bool SlotSyncCtxStruct::stopSignaled

Definition at line 100 of file slotsync.c.

Referenced by check_and_set_sync_info(), and ShutDownSlotSync().

◆ syncing


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