projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e44dd84
)
Fix incorrect method name in comment.
author
Robert Haas
<rhaas@postgresql.org>
Thu, 8 Feb 2018 19:35:54 +0000
(14:35 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Thu, 8 Feb 2018 19:35:54 +0000
(14:35 -0500)
Atsushi Torikoshi
Discussion: http://postgr.es/m/
1b056262
-4bc0-a982-c899-
bb67a0a7fd52
@lab.ntt.co.jp
src/backend/replication/walsender.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/walsender.c
b/src/backend/replication/walsender.c
index 130ecd5559b6c8148845e273b2991884ec051613..d46374ddce9c70bb9f99d962a4b10d9017a4a90a 100644
(file)
--- a/
src/backend/replication/walsender.c
+++ b/
src/backend/replication/walsender.c
@@
-1243,7
+1243,7
@@
WalSndWriteData(LogicalDecodingContext *ctx, XLogRecPtr lsn, TransactionId xid,
}
/*
- * LogicalDecodingContext '
progress_update
' callback.
+ * LogicalDecodingContext '
update_progress
' callback.
*
* Write the current position to the log tracker (see XLogSendPhysical).
*/