From: Simon Riggs Date: Sat, 24 Jun 2017 12:51:26 +0000 (+0100) Subject: Fix typo in comment in SerializeSnapshot X-Git-Tag: REL_10_BETA2~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a15b47df357d6c9ac6ebc2ce63bb24c6faddd44c;p=postgresql Fix typo in comment in SerializeSnapshot Author: Masahiko Sawada --- diff --git a/src/backend/utils/time/snapmgr.c b/src/backend/utils/time/snapmgr.c index 6bf3a94f05..08a08c8e8f 100644 --- a/src/backend/utils/time/snapmgr.c +++ b/src/backend/utils/time/snapmgr.c @@ -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)