Fix incorrect method name in comment.

Atsushi Torikoshi

Discussion: http://postgr.es/m/1b056262-4bc0-a982-c899-bb67a0a7fd52@lab.ntt.co.jp
This commit is contained in:
Robert Haas 2018-02-08 14:35:54 -05:00
parent e44dd84325
commit b78d0160da

View File

@ -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).
*/