Thanks to visit codestin.com Credit goes to github.com
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 829f12e commit a15b47dCopy full SHA for a15b47d
src/backend/utils/time/snapmgr.c
@@ -2078,7 +2078,7 @@ SerializeSnapshot(Snapshot snapshot, char *start_address)
2078
2079
/*
2080
* Ignore the SubXID array if it has overflowed, unless the snapshot was
2081
- * 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
2082
* well, and we mustn't lose them.
2083
*/
2084
if (serialized_snapshot.suboverflowed && !snapshot->takenDuringRecovery)
0 commit comments