Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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



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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group