Re: Executing nodenestloop.c

Поиск
Список
Период
Сортировка
От Atri Sharma
Тема Re: Executing nodenestloop.c
Дата
Msg-id CAOeZViedAoajoP13iuECp2Kfy1UmYyXuZPpST3KVz+QJA3c0Bw@mail.gmail.com
обсуждение исходный текст
Ответ на Executing nodenestloop.c  (Ravi Kiran <ravi.kolanpaka@gmail.com>)
Список pgsql-general



On Fri, Jun 27, 2014 at 11:53 AM, Ravi Kiran <ravi.kolanpaka@gmail.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

В списке pgsql-general по дате отправления:

Предыдущее
От: Ravi Kiran
Дата:
Сообщение: Executing nodenestloop.c
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: Repeated semop calls