|
PostgreSQL Source Code git master
|
Data Fields | |
| pid_t | pid |
| bool | stopSignaled |
| bool | syncing |
| time_t | last_start_time |
| slock_t | mutex |
Definition at line 94 of file slotsync.c.
| time_t SlotSyncCtxStruct::last_start_time |
Definition at line 99 of file slotsync.c.
Referenced by slotsync_reread_config(), and SlotSyncWorkerCanRestart().
| slock_t SlotSyncCtxStruct::mutex |
Definition at line 100 of file slotsync.c.
Referenced by check_and_set_sync_info(), reset_syncing_flag(), ShutDownSlotSync(), slotsync_worker_onexit(), and SlotSyncShmemInit().
| pid_t SlotSyncCtxStruct::pid |
Definition at line 96 of file slotsync.c.
Referenced by check_and_set_sync_info(), ShutDownSlotSync(), slotsync_worker_onexit(), SlotSyncShmemInit(), and update_synced_slots_inactive_since().
| bool SlotSyncCtxStruct::stopSignaled |
Definition at line 97 of file slotsync.c.
Referenced by check_and_set_sync_info(), and ShutDownSlotSync().
| bool SlotSyncCtxStruct::syncing |
Definition at line 98 of file slotsync.c.
Referenced by check_and_set_sync_info(), reset_syncing_flag(), ShutDownSlotSync(), slotsync_worker_onexit(), and update_synced_slots_inactive_since().