Re: gdb with postgres

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "HuangQi" <huangqiyx(at)gmail(dot)com>
Cc: "Robert Haas" <robertmhaas(at)gmail(dot)com>, "pgsql-hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: gdb with postgres
Date: 2011-06-06 13:57:36
Message-ID: 4DEC9680020000250003E1B9@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

HuangQi <huangqiyx(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-06-06 13:58:50 Re: WIP: AuthenticationMD5 protocol documentation clarification
Previous Message Robert Haas 2011-06-06 13:55:15 Re: gdb with postgres