Update obsolete comment
authorMagnus Hagander <magnus@hagander.net>
Sun, 19 Mar 2017 16:06:44 +0000 (17:06 +0100)
committerMagnus Hagander <magnus@hagander.net>
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

index 507da5e76d161065ce01948c9d2dd05371a8486d..1f2b4068d53cdb20fa4bd7fdba4f6f96b76a658c 100644 (file)
@@ -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,