Re: Executing nodenestloop.c

From: Atri Sharma <atri(dot)jiit(at)gmail(dot)com>
To: Ravi Kiran <ravi(dot)kolanpaka(at)gmail(dot)com>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Executing nodenestloop.c
Date: 2014-06-27 06:27:23
Message-ID: CAOeZViedAoajoP13iuECp2Kfy1UmYyXuZPpST3KVz+QJA3c0Bw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Jun 27, 2014 at 11:53 AM, Ravi Kiran <ravi(dot)kolanpaka(at)gmail(dot)com>
wrote:

> hi,
>
> I am using the environment Eclipse for the execution of the programs in
> the executor, whenever I give break points to specific program in eclipse ,
> the control goes to main.c and finally the process never comes back to the
> actual program.
> Is there any way that the process be constrained only to my specific
> program.
>
> Thank you
>

If you are attaching GDB to your running postgres service, the breakpoints
you set will be reached only when the query you execute actually touches
those parts of code. Make sure that the query you execute logically touches
your breakpoints.

Regards,

Atri

--
Regards,

Atri
*l'apprenant*

In response to

Browse pgsql-general by date

  From Date Subject
Next Message hubert depesz lubaczewski 2014-06-27 07:15:23 Re: Repeated semop calls
Previous Message Ravi Kiran 2014-06-27 06:23:08 Executing nodenestloop.c