Update obsolete comment

Commit ff27db5d changed this function to no longer return the start
position, but forgot the comment.
This commit is contained in:
Magnus Hagander 2017-03-19 17:06:44 +01:00
parent 767ce36ff3
commit 839da3c7d9

View File

@ -317,8 +317,7 @@ RunIdentifySystem(PGconn *conn, char **sysid, TimeLineID *starttli,
/* /*
* Create a replication slot for the given connection. This function * Create a replication slot for the given connection. This function
* returns true in case of success as well as the start position * returns true in case of success.
* obtained after the slot creation.
*/ */
bool bool
CreateReplicationSlot(PGconn *conn, const char *slot_name, const char *plugin, CreateReplicationSlot(PGconn *conn, const char *slot_name, const char *plugin,