dbTalk Databases Forums  

[BUGS] BUG #2595: Gin Indexes cause server to crash on Windows

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #2595: Gin Indexes cause server to crash on Windows in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Gin Indexes cause server to crash on Windows
 
Posts: n/a

Default [BUGS] BUG #2595: Gin Indexes cause server to crash on Windows - 08-28-2006 , 06:36 PM







The following bug has been logged online:

Bug reference: 2595
Logged by: Gin Indexes cause server to crash on Windows
Email address: cfis (AT) savagexi (DOT) com
PostgreSQL version: 8.2 CVS-Aug 28
Operating system: Windows XP Pro
Description: Gin Indexes cause server to crash on Windows
Details:

Download a build 8.2 CVS Head (August 28th) on Windows XP Pro.

Create a database, load tsearch2. Then create a table:

CREATE TABLE test (
vector tsvector NOT NULL
);

Try building a GIN index:

CREATE INDEX idx_test_vector ON test USING gin (vector);

You'll get this error message:

server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.

Note that the same code works on Linux.

Also, on Windows you can use a GIST index instead of a GIN index and it will
work fine.

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

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.