Re: pg_multixact not getting truncated

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pg_multixact not getting truncated
Дата
Msg-id 20141121192052.GP1639@alvin.alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: pg_multixact not getting truncated  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
Josh Berkus wrote:

> Actually, here's a question ... pg_clog is usually smaller than I think
> it should be (that is, smaller than 4bytes * XID_age).  Why is that?

It's not 4 bytes per Xid, but 2 bits per Xid, so Xid_age / 4.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: psql \sf doesn't show it's SQL when ECHO_HIDDEN is on
Следующее
От: Tom Lane
Дата:
Сообщение: Re: psql \sf doesn't show it's SQL when ECHO_HIDDEN is on