Fix typo in recent commit
Typo in 9c7d06d60680c7f00d931233873dee81fdb311c6 Reported-by: Masahiko Sawada
This commit is contained in:
parent
a228e44ce4
commit
4e54dd2e0a
@ -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
|
* We can't move slot past what's been flushed/replayed so clamp the
|
||||||
* target possition accordingly.
|
* target position accordingly.
|
||||||
*/
|
*/
|
||||||
if (!RecoveryInProgress())
|
if (!RecoveryInProgress())
|
||||||
moveto = Min(moveto, GetFlushRecPtr());
|
moveto = Min(moveto, GetFlushRecPtr());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user