Fixed in HEAD, thank you

Tom Lane wrote:
"Gin Indexes cause server to crash on Windows" <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
                                                   WWW: http://www.sigaev.ru/

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to