Skip to content

Commit 72155b2

Browse files
committed
pg_standby: Remove tabs from string literals
And align a bit better with the rest of the debug output.
1 parent db2cd07 commit 72155b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/pg_standby/pg_standby.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ RestoreWALFileForRecovery(void)
483483

484484
if (debug)
485485
{
486-
fprintf(stderr, "running restore :");
486+
fprintf(stderr, "running restore: ");
487487
fflush(stderr);
488488
}
489489

@@ -494,7 +494,7 @@ RestoreWALFileForRecovery(void)
494494
{
495495
if (debug)
496496
{
497-
fprintf(stderr, " OK\n");
497+
fprintf(stderr, "OK\n");
498498
fflush(stderr);
499499
}
500500
return true;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy