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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix ancient docs/comments thinko: XID comparison is mod 2^32, no
Дата
Msg-id E1VrAFR-0003u2-Jm@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.

Pointed out by Gianni Ciolli.

Branch
------
REL9_2_STABLE

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix ancient docs/comments thinko: XID comparison is mod 2^32, no
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix ancient docs/comments thinko: XID comparison is mod 2^32, no