projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a228e44
)
Fix typo in recent commit
author
Simon Riggs
<simon@2ndQuadrant.com>
Fri, 19 Jan 2018 06:36:17 +0000
(06:36 +0000)
committer
Simon Riggs
<simon@2ndQuadrant.com>
Fri, 19 Jan 2018 06:36:17 +0000
(06:36 +0000)
Typo in
9c7d06d60680c7f00d931233873dee81fdb311c6
Reported-by: Masahiko Sawada
src/backend/replication/slotfuncs.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/slotfuncs.c
b/src/backend/replication/slotfuncs.c
index 93d2e20f760b10efcdb9b41b1d958bd4ab356c28..cf2195bc93fb53c40e32aa881a84215c93ded2c5 100644
(file)
--- a/
src/backend/replication/slotfuncs.c
+++ b/
src/backend/replication/slotfuncs.c
@@
-462,7
+462,7
@@
pg_replication_slot_advance(PG_FUNCTION_ARGS)
/*
* We can't move slot past what's been flushed/replayed so clamp the
- * target pos
s
ition accordingly.
+ * target position accordingly.
*/
if (!RecoveryInProgress())
moveto = Min(moveto, GetFlushRecPtr());