Skip to content

Commit b78d016

Browse files
committed
Fix incorrect method name in comment.
Atsushi Torikoshi Discussion: http://postgr.es/m/1b056262-4bc0-a982-c899-bb67a0a7fd52@lab.ntt.co.jp
1 parent e44dd84 commit b78d016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/walsender.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ WalSndWriteData(LogicalDecodingContext *ctx, XLogRecPtr lsn, TransactionId xid,
12431243
}
12441244

12451245
/*
1246-
* LogicalDecodingContext 'progress_update' callback.
1246+
* LogicalDecodingContext 'update_progress' callback.
12471247
*
12481248
* Write the current position to the log tracker (see XLogSendPhysical).
12491249
*/

0 commit comments

Comments
 (0)