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

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-0003u8-Oq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Pointed out by Gianni Ciolli.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/607f889c71dd202008173a23115cc51dcad1c73d

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2013-12-12 21:24:34 Re: pgsql: Fix a couple of bugs in MultiXactId freezing
Previous Message Tom Lane 2013-12-12 16:24:48 pgsql: Improve EXPLAIN to print the grouping columns in Agg and Group n