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

From Tom Lane
Subject pgsql: Fix ancient docs/comments thinko: XID comparison is mod 2^32, no
Date
Msg-id E1VrAFR-0003u0-H1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.

Pointed out by Gianni Ciolli.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b57947aa9cacaac58b4baa7b30306ccf803d6c88

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix ancient docs/comments thinko: XID comparison is mod 2^32, no
Next
From: Tom Lane
Date:
Subject: pgsql: Fix ancient docs/comments thinko: XID comparison is mod 2^32, no