mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08: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:
parent
db2cd07482
commit
72155b29a8
@ -483,7 +483,7 @@ RestoreWALFileForRecovery(void)
|
||||
|
||||
if (debug)
|
||||
{
|
||||
fprintf(stderr, "running restore :");
|
||||
fprintf(stderr, "running restore: ");
|
||||
fflush(stderr);
|
||||
}
|
||||
|
||||
@ -494,7 +494,7 @@ RestoreWALFileForRecovery(void)
|
||||
{
|
||||
if (debug)
|
||||
{
|
||||
fprintf(stderr, " OK\n");
|
||||
fprintf(stderr, "OK\n");
|
||||
fflush(stderr);
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user