We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a228e44 commit 4e54dd2Copy full SHA for 4e54dd2
src/backend/replication/slotfuncs.c
@@ -462,7 +462,7 @@ pg_replication_slot_advance(PG_FUNCTION_ARGS)
462
463
/*
464
* We can't move slot past what's been flushed/replayed so clamp the
465
- * target possition accordingly.
+ * target position accordingly.
466
*/
467
if (!RecoveryInProgress())
468
moveto = Min(moveto, GetFlushRecPtr());
0 commit comments