From: Bruce Momjian Date: Wed, 28 Mar 2018 22:23:39 +0000 (-0400) Subject: C comment: fix typo, log -> lag X-Git-Tag: REL_11_BETA1~446 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=a2894cce544d120199a1a90469073796d055bb60;p=postgresql.git 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 --- diff --git a/src/backend/replication/walsender.c b/src/backend/replication/walsender.c index 5f52e332079..642e859439f 100644 --- a/src/backend/replication/walsender.c +++ b/src/backend/replication/walsender.c @@ -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)