]> granicus.if.org Git - postgresql/commitdiff
Fix typo in recent commit
authorSimon Riggs <simon@2ndQuadrant.com>
Fri, 19 Jan 2018 06:36:17 +0000 (06:36 +0000)
committerSimon 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

index 93d2e20f760b10efcdb9b41b1d958bd4ab356c28..cf2195bc93fb53c40e32aa881a84215c93ded2c5 100644 (file)
@@ -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 possition accordingly.
+        * target position accordingly.
         */
        if (!RecoveryInProgress())
                moveto = Min(moveto, GetFlushRecPtr());