Re: error order when debug postgresql step by step? - Mailing list pgsql-hackers

From Ibrar Ahmed
Subject Re: error order when debug postgresql step by step?
Date
Msg-id AANLkTik-bK8+W7yfr_W_3SA_OhASsPS4kTS67YCRTpci@mail.gmail.com
Whole thread Raw
In response to Re: error order when debug postgresql step by step?  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: error order when debug postgresql step by step?
List pgsql-hackers
- export CFLAGS='-O0' may work for you.


On Tue, Mar 1, 2011 at 8:21 PM, Kevin Grittner
<Kevin.Grittner@wicourts.gov> wrote:
> hom <obsidianhom@gmail.com> wrote:
>
>> How can I do to make sure the right excute order when I debug step
>> by step ?
>
> You may need to reduce the optimization level of your compile.
>
> -Kevin
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>



--
   Ibrar Ahmed


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: PG signal handler and non-reentrant malloc/free calls
Next
From: hom
Date:
Subject: Re: error order when debug postgresql step by step?