Skip to content

Commit

Permalink
Fix comment at RecvAppendResponses
Browse files Browse the repository at this point in the history
  • Loading branch information
petuhovskiy committed Dec 15, 2021
1 parent 4aab715 commit 5b99a64
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/backend/replication/walproposer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1328,8 +1328,10 @@ SendAppendRequests(WalKeeper *wk, uint32 events)
}

/*
* Receive and process all available feedback. Can change state if Async* functions
* encounter errors and reset connection.
* Receive and process all available feedback.
*
* Can change state if Async* functions encounter errors and reset connection.
* Returns false in this case, true otherwise.
*
* NB: This function can call SendMessageToNode and produce new messages.
*/
Expand Down

0 comments on commit 5b99a64

Please sign in to comment.