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:
parent
db2cd07482
commit
72155b29a8
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user