Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a15b47d

Browse files
Fix typo in comment in SerializeSnapshot
Author: Masahiko Sawada
1 parent 829f12e commit a15b47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/time/snapmgr.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2078,7 +2078,7 @@ SerializeSnapshot(Snapshot snapshot, char *start_address)
20782078

20792079
/*
20802080
* 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
2081+
* taken during recovery - in that case, top-level XIDs are in subxip as
20822082
* well, and we mustn't lose them.
20832083
*/
20842084
if (serialized_snapshot.suboverflowed && !snapshot->takenDuringRecovery)

0 commit comments

Comments
 (0)