8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94c6f9 commit 777e8c0Copy full SHA for 777e8c0
src/backend/access/transam/xlog.c
@@ -5687,11 +5687,11 @@ recoveryStopsHere(XLogRecord *record, bool *includeThis)
5687
static void
5688
recoveryPausesHere(void)
5689
{
5690
- while (RecoveryIsPaused());
+ while (RecoveryIsPaused())
5691
5692
pg_usleep(1000000L); /* 1000 ms */
5693
HandleStartupProcInterrupts();
5694
- };
+ }
5695
}
5696
5697
static bool
0 commit comments