projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0a08c1
)
C comment: fix typo, log -> lag
author
Bruce Momjian
<bruce@momjian.us>
Wed, 28 Mar 2018 22:23:39 +0000
(18:23 -0400)
committer
Bruce 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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/walsender.c
b/src/backend/replication/walsender.c
index 5f52e3320799b3e198a713753ec968bfd5127cf9..642e859439f7c7d24fb67e7e65e334e672f0d78f 100644
(file)
--- 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 l
o
g tracker (see XLogSendPhysical).
+ * Write the current position to the l
a
g tracker (see XLogSendPhysical).
*/
static void
WalSndUpdateProgress(LogicalDecodingContext *ctx, XLogRecPtr lsn, TransactionId xid)