Skip to content

Commit

Permalink
Fix lost comment
Browse files Browse the repository at this point in the history
  • Loading branch information
petuhovskiy committed Dec 14, 2021
1 parent 9628afc commit 385680f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/backend/replication/walproposer.c
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,9 @@ WalProposerStartStreaming(XLogRecPtr startpos)

/*
* Start sending message to the particular node.
*
* Always updates the state and event set for the WAL keeper; setting either of
* these before calling would be redundant work.
*/
static void
SendMessageToNode(int i, WalMessage *msg)
Expand Down

0 comments on commit 385680f

Please sign in to comment.