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-0003tw-EA@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
------
master

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

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: Improve EXPLAIN to print the grouping columns in Agg and Group n
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix ancient docs/comments thinko: XID comparison is mod 2^32, no