Thread: pgsql: Fix ancient docs/comments thinko: XID comparison is mod 2^32, no

pgsql: Fix ancient docs/comments thinko: XID comparison is mod 2^32, no

From
Tom Lane
Date:
Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.

Pointed out by Gianni Ciolli.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/85eb066ecdba647fcf972425d67266271e35d5cb

Modified Files
--------------
doc/src/sgml/maintenance.sgml        |    2 +-
src/backend/access/transam/transam.c |    2 +-
2 files changed, 2 insertions(+), 2 deletions(-)