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" <[EMAIL PROTECTED]>
writes:
CREATE TABLE test (
vector tsvector NOT NULL
);
CREATE INDEX idx_test_vector ON test USING gin (vecto
Backport also works fine on Windows and Linux x86_32 (Fedora Core 5).
Charlie
Bernhard Weisshuhn wrote:
On Tue, Aug 29, 2006 at 05:13:40PM -0600, Charlie Savage <[EMAIL PROTECTED]>
wrote:
Tom Lane wrote:
It appears that building a gin index on an empty table fails on any
platform.