1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-24 10:47:04 +03:00

pg_standby: Remove tabs from string literals

And align a bit better with the rest of the debug output.
This commit is contained in:
Peter Eisentraut 2012-05-23 19:58:17 +03:00
parent db2cd07482
commit 72155b29a8

View File

@ -483,7 +483,7 @@ RestoreWALFileForRecovery(void)
if (debug) if (debug)
{ {
fprintf(stderr, "running restore :"); fprintf(stderr, "running restore: ");
fflush(stderr); fflush(stderr);
} }
@ -494,7 +494,7 @@ RestoreWALFileForRecovery(void)
{ {
if (debug) if (debug)
{ {
fprintf(stderr, " OK\n"); fprintf(stderr, "OK\n");
fflush(stderr); fflush(stderr);
} }
return true; return true;