NEED HELP !

From: Sergej Galkin <sergej(dot)galkin(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: NEED HELP !
Date: 2010-01-13 18:42:22
Message-ID: dfebc1f11001131042o421b04ecq941e107df09d10bc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello all,

I am a student-magister and I'm writting my magister work. I realized gist
index TPR tree - it is like a simple R tree but moving :)
Everything is compiling ok, I creating table and index, but after whese code
- DB is restarting :(((
*
*
*set enable_seqscan = false
select * from table_of_moving_objects where mov_obj ~ box '(0,0) (1,1)'*

I can not understand why DB is restarting ? It is restarting when SQL begins
use index :(((
Can anybody help me , I would by appretiate every people who downloads my
sources, try to deploy index and maybe solve where is the problem.

Best regards,
Sergej Galkin

Attachment Content-Type Size
moving_object.rar application/octet-stream 5.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jaime Casanova 2010-01-13 18:49:45 Re: [PATCH] remove redundant ownership checks
Previous Message Kevin Grittner 2010-01-13 18:36:46 Re: [PATCH] remove redundant ownership checks