projects
/
postgresql-pgindent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cb9ec1
)
pg_basebackup: Remove redundant newline in error message
author
Peter Eisentraut
<
[email protected]
>
Tue, 23 Jun 2015 00:39:41 +0000
(20:39 -0400)
committer
Peter Eisentraut
<
[email protected]
>
Tue, 23 Jun 2015 00:40:40 +0000
(20:40 -0400)
src/bin/pg_basebackup/streamutil.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_basebackup/streamutil.c
b/src/bin/pg_basebackup/streamutil.c
index ac84e6d360e410e79d9b2d0410fcddfed547f56b..0ed61440b09756148afd60c769b9e168a52f3e04 100644
(file)
--- a/
src/bin/pg_basebackup/streamutil.c
+++ b/
src/bin/pg_basebackup/streamutil.c
@@
-182,7
+182,7
@@
GetConnection(void)
if (PQstatus(tmpconn) != CONNECTION_OK)
{
- fprintf(stderr, _("%s: could not connect to server: %s
\n
"),
+ fprintf(stderr, _("%s: could not connect to server: %s"),
progname, PQerrorMessage(tmpconn));
PQfinish(tmpconn);
free(values);