Commit 1b5a2dbd authored by Tom Lane's avatar Tom Lane

Add fflush() before sleeping, per Matthew O'Connor.

parent b281ea8c
......@@ -1161,6 +1161,7 @@ main(int argc, char *argv[])
"%i All DBs checked in: %.0f usec, will sleep for %i secs.",
loops, diff, sleep_secs);
log_entry(logbuffer);
fflush(LOGOUTPUT);
}
sleep(sleep_secs); /* Larger Pause between outer loops */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment