projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
997b48e
)
Fix typo
author
Heikki Linnakangas
Mon, 31 Jan 2011 16:29:38 +0000
(18:29 +0200)
committer
Heikki Linnakangas
Mon, 31 Jan 2011 16:29:38 +0000
(18:29 +0200)
src/bin/pg_basebackup/pg_basebackup.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_basebackup/pg_basebackup.c
b/src/bin/pg_basebackup/pg_basebackup.c
index ef2718a435ed74cf0f420bce3c0e41921150b0db..6708fb7bf58654213f1f6b9b6e5e368c8fe40539 100644
(file)
--- a/
src/bin/pg_basebackup/pg_basebackup.c
+++ b/
src/bin/pg_basebackup/pg_basebackup.c
@@
-645,7
+645,7
@@
ReceiveAndUnpackTarFile(PGconn *conn, PGresult *res, int rownum)
if (file != NULL)
{
- fprintf(stderr, _("%s: last file was never fin
si
hed!\n"), progname);
+ fprintf(stderr, _("%s: last file was never fin
is
hed!\n"), progname);
disconnect_and_exit(1);
}