Re: pg_restore and transaction id wraparound

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_restore and transaction id wraparound
Дата
Msg-id 8535.1070134149@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_restore and transaction id wraparound  (Christopher Browne <cbbrowne@acm.org>)
Ответы Re: pg_restore and transaction id wraparound  (ow <oneway_111@yahoo.com>)
Список pgsql-admin
Christopher Browne <cbbrowne@acm.org> writes:
> - If you type in BEGIN;, then you could have 10 billion SQL
>   statements after that, and they would, altogether, consume 1 xid.

Actually you can only have 4 billion SQL commands per xid, because the
CommandId datatype is also just 32 bits.  I've never heard of anyone
running into that limit, though.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Misplaced modifier in Postgresql license
Следующее
От: ow
Дата:
Сообщение: Re: pg_restore and transaction id wraparound