Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31b8db8
)
Fix out of date comment
author
Magnus Hagander
<magnus@hagander.net>
Fri, 7 Jul 2017 12:08:55 +0000
(15:08 +0300)
committer
Magnus Hagander
<magnus@hagander.net>
Fri, 7 Jul 2017 12:08:55 +0000
(15:08 +0300)
Author: Masahiko Sawada <sawada.mshk@gmail.com>
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 d7ba7e2c492b2e19a0056514636e9fc3dccb458a..9d40744a349a57cdf9aa06fb835b00a3b3105ebc 100644
(file)
--- a/
src/bin/pg_basebackup/streamutil.c
+++ b/
src/bin/pg_basebackup/streamutil.c
@@
-1,6
+1,7
@@
/*-------------------------------------------------------------------------
*
- * streamutil.c - utility functions for pg_basebackup and pg_receivelog
+ * streamutil.c - utility functions for pg_basebackup, pg_receivewal and
+ * pg_recvlogical
*
* Author: Magnus Hagander <magnus@hagander.net>
*