Re: gdb with postgres

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: gdb with postgres
Дата
Msg-id 4DEC9680020000250003E1B9@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: gdb with postgres  (HuangQi <huangqiyx@gmail.com>)
Ответы Re: gdb with postgres  (HuangQi <huangqiyx@gmail.com>)
Список pgsql-hackers
HuangQi <huangqiyx@gmail.com> wrote:
>>> (gdb) b qp_add_paths_to_joinrel
>>> Breakpoint 1 at 0x1a6744: file joinpath.c, line 67.
>>> (gdb) attach 23903
> If I enter c, gdb will directly finish executing this process and
> current query will finish.
Are you absolutely sure that running your query will result in a
call to this function?
-Kevin


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: gdb with postgres
Следующее
От: Robert Haas
Дата:
Сообщение: Re: WIP: AuthenticationMD5 protocol documentation clarification