Re: error order when debug postgresql step by step?

From: Ibrar Ahmed <ibrar(dot)ahmad(at)gmail(dot)com>
To: Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>
Cc: hom <obsidianhom(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: error order when debug postgresql step by step?
Date: 2011-03-01 15:27:50
Message-ID: AANLkTik-bK8+W7yfr_W_3SA_OhASsPS4kTS67YCRTpci@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

- export CFLAGS='-O0' may work for you.

On Tue, Mar 1, 2011 at 8:21 PM, Kevin Grittner
<Kevin(dot)Grittner(at)wicourts(dot)gov> wrote:
> hom <obsidianhom(at)gmail(dot)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(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>

--
   Ibrar Ahmed

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message hom 2011-03-01 16:23:32 Re: error order when debug postgresql step by step?
Previous Message Tom Lane 2011-03-01 15:22:19 Re: PG signal handler and non-reentrant malloc/free calls