Commit 839da3c7 authored by Magnus Hagander's avatar Magnus Hagander

Update obsolete comment

Commit ff27db5d changed this function to no longer return the start
position, but forgot the comment.
parent 767ce36f
...@@ -317,8 +317,7 @@ RunIdentifySystem(PGconn *conn, char **sysid, TimeLineID *starttli, ...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment