Skip to content

Commit

Permalink
Fix incorrect method name in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmhaas committed Feb 8, 2018
1 parent e44dd84 commit b78d016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/replication/walsender.c
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ WalSndWriteData(LogicalDecodingContext *ctx, XLogRecPtr lsn, TransactionId xid,
}

/*
* LogicalDecodingContext 'progress_update' callback.
* LogicalDecodingContext 'update_progress' callback.
*
* Write the current position to the log tracker (see XLogSendPhysical).
*/
Expand Down

0 comments on commit b78d016

Please sign in to comment.