Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 839da3c

Browse files
committed
Update obsolete comment
Commit ff27db5 changed this function to no longer return the start position, but forgot the comment.
1 parent 767ce36 commit 839da3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bin/pg_basebackup/streamutil.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,7 @@ RunIdentifySystem(PGconn *conn, char **sysid, TimeLineID *starttli,
317317

318318
/*
319319
* Create a replication slot for the given connection. This function
320-
* returns true in case of success as well as the start position
321-
* obtained after the slot creation.
320+
* returns true in case of success.
322321
*/
323322
bool
324323
CreateReplicationSlot(PGconn *conn, const char *slot_name, const char *plugin,

0 commit comments

Comments
 (0)