Commit a15b47df authored by Simon Riggs's avatar Simon Riggs

Fix typo in comment in SerializeSnapshot

Author: Masahiko Sawada
parent 829f12e2
...@@ -2078,7 +2078,7 @@ SerializeSnapshot(Snapshot snapshot, char *start_address) ...@@ -2078,7 +2078,7 @@ SerializeSnapshot(Snapshot snapshot, char *start_address)
/* /*
* Ignore the SubXID array if it has overflowed, unless the snapshot was * 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. * well, and we mustn't lose them.
*/ */
if (serialized_snapshot.suboverflowed && !snapshot->takenDuringRecovery) if (serialized_snapshot.suboverflowed && !snapshot->takenDuringRecovery)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment