Re: BUG #2594: Gin Indexes cause server to crash on Windows

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: BUG #2594: Gin Indexes cause server to crash on Windows
Дата
Msg-id 44F44C2E.40909@sigaev.ru
обсуждение исходный текст
Ответ на Re: BUG #2594: Gin Indexes cause server to crash on Windows  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Fixed in HEAD, thank you

Tom Lane wrote:
> "Gin Indexes cause server to crash on Windows" <cfis@savagexi.com> writes:
>> CREATE TABLE test (
>>   vector tsvector NOT NULL
>> );
>> CREATE INDEX idx_test_vector ON test USING gin (vector);
>> server closed the connection unexpectedly
>
> It appears that building a gin index on an empty table fails on any
> platform.  I get a null pointer dereference with the following stack trace

--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

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

Предыдущее
От: "Filip Hrbek"
Дата:
Сообщение: Re: Partially corrupted table
Следующее
От: "Anderson Nonato Santos"
Дата:
Сообщение: BUG #2596: Invalid memory alloc request size