Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a2894cc

Browse files
committed
C comment: fix typo, log -> lag
Reported-by: atorikoshi Discussion: https://postgr.es/m/b61f2ab9-c0e0-d33d-ce3f-42a228025681@lab.ntt.co.jp Author: atorikoshi
1 parent a0a08c1 commit a2894cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/walsender.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ WalSndWriteData(LogicalDecodingContext *ctx, XLogRecPtr lsn, TransactionId xid,
12451245
/*
12461246
* LogicalDecodingContext 'update_progress' callback.
12471247
*
1248-
* Write the current position to the log tracker (see XLogSendPhysical).
1248+
* Write the current position to the lag tracker (see XLogSendPhysical).
12491249
*/
12501250
static void
12511251
WalSndUpdateProgress(LogicalDecodingContext *ctx, XLogRecPtr lsn, TransactionId xid)

0 commit comments

Comments
 (0)