]> 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:07 +0000 (12:40 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Dec 2013 17:40:07 +0000 (12:40 -0500)
commit85eb066ecdba647fcf972425d67266271e35d5cb
tree8c244b2a4a8986f08a108df58cf7062f9d78e520
parent884c6384a2db34f6a65573e6bfd4b71dfba0de90
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