walsender_update_progress_typo.patch
text/plain
Filename: walsender_update_progress_typo.patch
Type: text/plain
Part: 0
Message:
Fix a typo in walsender.c
Patch
Format: unified
| File | + | − |
|---|---|---|
| src/backend/replication/walsender.c | 1 | 1 |
diff --git a/src/backend/replication/walsender.c b/src/backend/replication/walsender.c index 130ecd5..d46374d 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). */