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

From: Charlie Savage <cfis(at)savagexi(dot)com>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2594: Gin Indexes cause server to crash on Windows
Date: 2006-08-29 23:13:40
Message-ID: 44F4CA24.3040108@savagexi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Works great now - thanks for the quick fix.

Charlie

Teodor Sigaev wrote:
> 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
>

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2006-08-29 23:33:45 Re: Partially corrupted table
Previous Message Andreas Langegger 2006-08-29 21:47:55 BUG #2598: Columns named R are not accessible - although R is not a keyword