diff options
author | Bruce Momjian <bruce@momjian.us> | 2018-03-28 18:23:39 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2018-03-28 18:23:47 -0400 |
commit | a2894cce544d120199a1a90469073796d055bb60 (patch) | |
tree | 0cf9f9f118f1ecf47a8ab756d602ebeedeff9ac1 /src | |
parent | a0a08c1d85dae3c332e7d72a56df0636be9c5d0a (diff) | |
download | postgresql-a2894cce544d120199a1a90469073796d055bb60.tar.gz postgresql-a2894cce544d120199a1a90469073796d055bb60.zip |
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
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 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) |