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 db2cd07 commit 72155b2Copy full SHA for 72155b2
contrib/pg_standby/pg_standby.c
@@ -483,7 +483,7 @@ RestoreWALFileForRecovery(void)
483
484
if (debug)
485
{
486
- fprintf(stderr, "running restore :");
+ fprintf(stderr, "running restore: ");
487
fflush(stderr);
488
}
489
@@ -494,7 +494,7 @@ RestoreWALFileForRecovery(void)
494
495
496
497
- fprintf(stderr, " OK\n");
+ fprintf(stderr, "OK\n");
498
499
500
return true;
0 commit comments