diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/replication/walsender.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/walsender.c b/src/backend/replication/walsender.c index 130ecd5559b..d46374ddce9 100644 --- a/src/backend/replication/walsender.c +++ b/src/backend/replication/walsender.c @@ -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). */ |