In patch
82233ce7ea42, AbortStartTime wasn't being reset appropriately
after the restart sequence, causing subsequent iterations through
ServerLoop to malfunction.
* Startup succeeded, commence normal operations
*/
FatalError = false;
+ AbortStartTime = 0;
ReachedNormalRunning = true;
pmState = PM_RUN;
{
/* WAL redo has started. We're out of reinitialization. */
FatalError = false;
+ AbortStartTime = 0;
/*
* Crank up the background tasks. It doesn't matter if this fails,