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

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: cfis(at)savagexi(dot)com
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2594: Gin Indexes cause server to crash on Windows
Date: 2006-08-29 14:16:14
Message-ID: 44F44C2E.40909@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Fixed in HEAD, thank you

Tom Lane wrote:
> "Gin Indexes cause server to crash on Windows" <cfis(at)savagexi(dot)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(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Filip Hrbek 2006-08-29 15:22:49 Re: Partially corrupted table
Previous Message Tom Lane 2006-08-29 14:01:10 Re: Partially corrupted table