projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eda4ef8
)
Fix typo in comment
author
Magnus Hagander
<
[email protected]
>
Mon, 15 May 2017 09:08:02 +0000
(11:08 +0200)
committer
Magnus Hagander
<
[email protected]
>
Mon, 15 May 2017 09:08:02 +0000
(11:08 +0200)
Michael Paquier
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 b3811bc44ea20cf644ad38265f6a5ba82cb764bb..a75d565843855c15a9103ac45c2fb64b7bd75ea1 100644
(file)
--- a/
src/bin/pg_basebackup/pg_basebackup.c
+++ b/
src/bin/pg_basebackup/pg_basebackup.c
@@
-643,7
+643,7
@@
StartLogStreamer(char *startpos, uint32 timeline, char *sysidentifier)
/*
* Verify that the given directory exists and is empty. If it does not
* exist, it is created. If it exists but is not empty, an error will
- * be give and the process ended.
+ * be give
n
and the process ended.
*/
static void
verify_dir_is_empty_or_create(char *dirname, bool *created, bool *found)