projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42de8a0
)
Fix comment
author
Magnus Hagander
<magnus@hagander.net>
Sun, 5 Nov 2017 16:48:20 +0000
(11:48 -0500)
committer
Magnus Hagander
<magnus@hagander.net>
Sun, 5 Nov 2017 16:48:20 +0000
(11:48 -0500)
Author: Bernd Helmle <mailings@oopsware.de>
src/bin/pg_basebackup/receivelog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_basebackup/receivelog.c
b/src/bin/pg_basebackup/receivelog.c
index 07509cb82594cba735c1068eff1d988243913075..d29b501740af45fc31d81dee01e91eff835c7542 100644
(file)
--- a/
src/bin/pg_basebackup/receivelog.c
+++ b/
src/bin/pg_basebackup/receivelog.c
@@
-747,7
+747,7
@@
ReadEndOfStreamingResult(PGresult *res, XLogRecPtr *startpos, uint32 *timeline)
/*
* The main loop of ReceiveXlogStream. Handles the COPY stream after
- * initiating streaming with the START_
STREAMING
command.
+ * initiating streaming with the START_
REPLICATION
command.
*
* If the COPY ends (not necessarily successfully) due a message from the
* server, returns a PGresult and sets *stoppos to the last byte written.