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-0003u5-Lg@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
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/17776250a5d3daca1c07dac59436932206b72aed

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