projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
767ce36
)
Update obsolete comment
author
Magnus Hagander
Sun, 19 Mar 2017 16:06:44 +0000
(17:06 +0100)
committer
Magnus Hagander
Sun, 19 Mar 2017 16:07:27 +0000
(17:07 +0100)
Commit
ff27db5d
changed this function to no longer return the start
position, but forgot the comment.
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 507da5e76d161065ce01948c9d2dd05371a8486d..1f2b4068d53cdb20fa4bd7fdba4f6f96b76a658c 100644
(file)
--- a/
src/bin/pg_basebackup/streamutil.c
+++ b/
src/bin/pg_basebackup/streamutil.c
@@
-317,8
+317,7
@@
RunIdentifySystem(PGconn *conn, char **sysid, TimeLineID *starttli,
/*
* Create a replication slot for the given connection. This function
- * returns true in case of success as well as the start position
- * obtained after the slot creation.
+ * returns true in case of success.
*/
bool
CreateReplicationSlot(PGconn *conn, const char *slot_name, const char *plugin,