Pointed out by Gianni Ciolli.
as FrozenXID>. This XID does not follow the normal XID
comparison rules and is always considered older
than every normal XID. Normal XIDs are
- compared using modulo-231> arithmetic. This means
+ compared using modulo-232> arithmetic. This means
that for every normal XID, there are two billion XIDs that are
older> and two billion that are newer>; another
way to say it is that the normal XID space is circular with no
{
/*
* If either ID is a permanent XID then we can just do unsigned
- * comparison. If both are normal, do a modulo-2^31 comparison.
+ * comparison. If both are normal, do a modulo-2^32 comparison.
*/
int32 diff;