diff options
author | Magnus Hagander <magnus@hagander.net> | 2017-03-19 17:06:44 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2017-03-19 17:07:27 +0100 |
commit | 839da3c7d9b76b178910ce2999f7cbbdf6e91f70 (patch) | |
tree | dc69eef8b576db4a53bb2fbbeff471897edaea22 | |
parent | 767ce36ff36747e334ce3e163d57d5376403db37 (diff) | |
download | postgresql-839da3c7d9b76b178910ce2999f7cbbdf6e91f70.tar.gz postgresql-839da3c7d9b76b178910ce2999f7cbbdf6e91f70.zip |
Update obsolete comment
Commit ff27db5d changed this function to no longer return the start
position, but forgot the comment.
-rw-r--r-- | src/bin/pg_basebackup/streamutil.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/pg_basebackup/streamutil.c b/src/bin/pg_basebackup/streamutil.c index 507da5e76d1..1f2b4068d53 100644 --- 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, |