Re: gdb with postgres - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: gdb with postgres
Date
Msg-id 4DEC9680020000250003E1B9@gw.wicourts.gov
Whole thread Raw
In response to Re: gdb with postgres  (HuangQi <huangqiyx@gmail.com>)
Responses Re: gdb with postgres
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: Re: gdb with postgres
Next
From: Robert Haas
Date:
Subject: Re: WIP: AuthenticationMD5 protocol documentation clarification