Re: NEED HELP !

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Sergej Galkin <sergej(dot)galkin(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: NEED HELP !
Date: 2010-01-13 19:21:32
Message-ID: 603c8f071001131121o4f827b2cn174bc1f4e14e20a9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jan 13, 2010 at 1:42 PM, Sergej Galkin <sergej(dot)galkin(at)gmail(dot)com> wrote:
> 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.

Your code is probably crashing. Before trying to use the index, run
"select pg_backend_pid()" in the backend that you're going to try to
use it from. Then use "gdb -p <pid>" to attach gdb to the backend.
Type "c" for continue. Now run the query that crashes it. gdb will
trap the signal and you can use "bt" to get a backtrace.

I don't think it would be appropriate for us to help you debug your
class project, but learning to use gdb should help you a lot.

Also see:

http://wiki.postgresql.org/wiki/Guide_to_reporting_problems

...Robert

In response to

  • NEED HELP ! at 2010-01-13 18:42:22 from Sergej Galkin

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2010-01-13 19:27:11 Re: [PATCH] remove redundant ownership checks
Previous Message Simon Riggs 2010-01-13 19:20:29 Re: Hot Standby and query cancel