]> granicus.if.org Git - postgresql/commitdiff
C comment: fix typo, log -> lag
authorBruce Momjian <bruce@momjian.us>
Wed, 28 Mar 2018 22:23:39 +0000 (18:23 -0400)
committerBruce Momjian <bruce@momjian.us>
Wed, 28 Mar 2018 22:23:47 +0000 (18:23 -0400)
Reported-by: atorikoshi
Discussion: https://postgr.es/m/b61f2ab9-c0e0-d33d-ce3f-42a228025681@lab.ntt.co.jp

Author: atorikoshi

src/backend/replication/walsender.c

index 5f52e3320799b3e198a713753ec968bfd5127cf9..642e859439f7c7d24fb67e7e65e334e672f0d78f 100644 (file)
@@ -1245,7 +1245,7 @@ WalSndWriteData(LogicalDecodingContext *ctx, XLogRecPtr lsn, TransactionId xid,
 /*
  * LogicalDecodingContext 'update_progress' callback.
  *
- * Write the current position to the log tracker (see XLogSendPhysical).
+ * Write the current position to the lag tracker (see XLogSendPhysical).
  */
 static void
 WalSndUpdateProgress(LogicalDecodingContext *ctx, XLogRecPtr lsn, TransactionId xid)