Fix typo in comment in SerializeSnapshot
authorSimon Riggs <[email protected]>
Sat, 24 Jun 2017 12:51:26 +0000 (13:51 +0100)
committerSimon Riggs <[email protected]>
Sat, 24 Jun 2017 12:51:26 +0000 (13:51 +0100)
Author: Masahiko Sawada

src/backend/utils/time/snapmgr.c

index 6bf3a94f057a50169595c12e4d1b2eb0bb70f278..08a08c8e8fc17efd2624907e577e9486fe1bb625 100644 (file)
@@ -2078,7 +2078,7 @@ SerializeSnapshot(Snapshot snapshot, char *start_address)
 
    /*
     * Ignore the SubXID array if it has overflowed, unless the snapshot was
-    * taken during recovey - in that case, top-level XIDs are in subxip as
+    * taken during recovery - in that case, top-level XIDs are in subxip as
     * well, and we mustn't lose them.
     */
    if (serialized_snapshot.suboverflowed && !snapshot->takenDuringRecovery)