]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Dec 2013 17:40:03 +0000 (12:40 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Dec 2013 17:40:03 +0000 (12:40 -0500)
commit607f889c71dd202008173a23115cc51dcad1c73d
treed7f6db16a8526fe25cf37f1065cb452d85ff5f54
parent7d6f5dda55f6dc49fc18ce1409e2add34a2cef13
Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.

Pointed out by Gianni Ciolli.
doc/src/sgml/maintenance.sgml
src/backend/access/transam/transam.c