Update obsolete comment

Commit ff27db5d changed this function to no longer return the start
position, but forgot the comment.
pull/17/merge
Magnus Hagander 9 years ago
parent 767ce36ff3
commit 839da3c7d9
  1. 3
      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,

Loading…
Cancel
Save