Re: [BUGS] server crash in very big transaction [postgresql 8.0beta1]

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] server crash in very big transaction [postgresql 8.0beta1]
Дата
Msg-id 15118.1093408223@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [BUGS] server crash in very big transaction [postgresql  (Gavin Sherry <swm@linuxworld.com.au>)
Ответы Re: [BUGS] server crash in very big transaction [postgresql  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Gavin Sherry <swm@linuxworld.com.au> writes:
> As for extending the length of xl_len, what happens if someone now has
> 2^30 subtransaction IDs (as unlikely as that sounds)?

They'll have run out of RAM to store the subxact-related storage before
that (not to mention most likely have exhausted the CommandCounter
range, not to mention exhausted their patience --- it takes a good while
even to exercise the 2^16-subxact case).  I'm satisfied if we can
approach that limit.  Exceeding it will be a task for some other release.
        regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [BUGS] server crash in very big transaction [postgresql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] server crash in very big transaction [postgresql