File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -359,17 +359,17 @@ bool ClientAuthInProgress = false; /* T during new-client
359
359
bool redirection_done = false; /* stderr redirected for syslogger? */
360
360
361
361
/* received START_AUTOVAC_LAUNCHER signal */
362
- static volatile sig_atomic_t start_autovac_launcher = false;
362
+ static bool start_autovac_launcher = false;
363
363
364
364
/* the launcher needs to be signaled to communicate some condition */
365
- static volatile bool avlauncher_needs_signal = false;
365
+ static bool avlauncher_needs_signal = false;
366
366
367
367
/* received START_WALRECEIVER signal */
368
- static volatile sig_atomic_t WalReceiverRequested = false;
368
+ static bool WalReceiverRequested = false;
369
369
370
370
/* set when there's a worker that needs to be started up */
371
- static volatile bool StartWorkerNeeded = true;
372
- static volatile bool HaveCrashedWorker = false;
371
+ static bool StartWorkerNeeded = true;
372
+ static bool HaveCrashedWorker = false;
373
373
374
374
/* set when signals arrive */
375
375
static volatile sig_atomic_t pending_pm_pmsignal ;
You can’t perform that action at this time.
0 commit comments