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

Lists: pgsql-committers
From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix ancient docs/comments thinko: XID comparison is mod 2^32, no
Date: 2013-12-12 17:40:29
Message-ID: E1VrAFR-0003uD-RR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

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(-)