Re: Bug? ExecChooseHashTableSize() got assertion failed with crazy number of rows

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Bug? ExecChooseHashTableSize() got assertion failed with crazy number of rows
Дата
Msg-id 1227259396.4292542.1439997347927.JavaMail.yahoo@mail.yahoo.com
обсуждение исходный текст
Ответ на Re: Bug? ExecChooseHashTableSize() got assertion failed with crazy number of rows  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote:

> I'm still doubtful that this is the only overflow risk in that
> new ExecChooseHashTableSize code, though.

KaiGai already pointed that out on this thread and I completely
agree; but I figured that I might as well fix the clear bug with an
obvious fix that was causing an assertion failure during 9.5
testing pending analysis and fixes for the other hazards.  Getting
past the assertion failure might help identify some other bugs in
the area.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Proposal: Implement failover on libpq connect level.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Make HeapTupleSatisfiesMVCC more concurrent