Re: Error during hash index scans can cause postgres halt!

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Error during hash index scans can cause postgres halt!
Дата
Msg-id 16033.1204906037@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Error during hash index scans can cause postgres halt!  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
I wrote:
> Ouch.  So this has been broken (by me, I think :-() since 8.0.  Tells
> you something about how many people use hash indexes :-(

Actually it's not that bad --- this particular test case doesn't crash
in 8.0 or 8.1.  I'm guessing we rearranged the order of transaction
abort processing in 8.2 in a way that exposed the problem.  I patched
8.0 and 8.1 anyway, since it seems likely that some other more
complicated case might still show the problem there (eg something with
subtransactions).

            regards, tom lane

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

Предыдущее
От: "Roberts, Jon"
Дата:
Сообщение: Loading pljava: specified module could not be found
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Error during hash index scans can cause postgres halt!