|
|
|
@ -356,7 +356,7 @@ |
|
|
|
<productname>PostgreSQL</productname> distinguishes a special XID |
|
|
|
<productname>PostgreSQL</productname> distinguishes a special XID |
|
|
|
<literal>FrozenXID</>. This XID is always considered older |
|
|
|
<literal>FrozenXID</>. This XID is always considered older |
|
|
|
than every normal XID. Normal XIDs are |
|
|
|
than every normal XID. Normal XIDs are |
|
|
|
compared using modulo-2<superscript>31</> arithmetic. This means |
|
|
|
compared using modulo-2<superscript>32</> arithmetic. This means |
|
|
|
that for every normal XID, there are two billion XIDs that are |
|
|
|
that for every normal XID, there are two billion XIDs that are |
|
|
|
<quote>older</> and two billion that are <quote>newer</>; another |
|
|
|
<quote>older</> and two billion that are <quote>newer</>; another |
|
|
|
way to say it is that the normal XID space is circular with no |
|
|
|
way to say it is that the normal XID space is circular with no |
|
|
|
|