Skip to content

Commit 4e54dd2

Browse files
Fix typo in recent commit
Typo in 9c7d06d Reported-by: Masahiko Sawada
1 parent a228e44 commit 4e54dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/slotfuncs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ pg_replication_slot_advance(PG_FUNCTION_ARGS)
462462

463463
/*
464464
* We can't move slot past what's been flushed/replayed so clamp the
465-
* target possition accordingly.
465+
* target position accordingly.
466466
*/
467467
if (!RecoveryInProgress())
468468
moveto = Min(moveto, GetFlushRecPtr());

0 commit comments

Comments
 (0)