projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db2cd07
)
pg_standby: Remove tabs from string literals
author
Peter Eisentraut
Wed, 23 May 2012 16:58:17 +0000
(19:58 +0300)
committer
Peter Eisentraut
Wed, 23 May 2012 16:58:17 +0000
(19:58 +0300)
And align a bit better with the rest of the debug output.
contrib/pg_standby/pg_standby.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_standby/pg_standby.c
b/contrib/pg_standby/pg_standby.c
index 52f5fcaf10651dc3e688eefb8d91332298596401..57241ff897056df1f7757a590598cb6fe430eefd 100644
(file)
--- a/
contrib/pg_standby/pg_standby.c
+++ b/
contrib/pg_standby/pg_standby.c
@@
-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;