mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Fix typo in comment in SerializeSnapshot
Author: Masahiko Sawada
This commit is contained in:
parent
829f12e269
commit
a15b47df35
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user