Re: Reg: Postgresql8.3 Using on Ubuntu - Mailing list pgsql-bugs

From Andrew Gierth
Subject Re: Reg: Postgresql8.3 Using on Ubuntu
Date
Msg-id 874l6jwu9c.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Re: Reg: Postgresql8.3 Using on Ubuntu  (neelaveni <neelaveni@bksystems.co.in>)
Responses Re: Reg: Postgresql8.3 Using on Ubuntu  (Flo Rance <trourance@gmail.com>)
List pgsql-bugs
>>>>> "neelaveni" == neelaveni  <neelaveni@bksystems.co.in> writes:

 neelaveni> Thank you so much your suggestions help me lot ..... While
 neelaveni> using

 neelaveni> ./configure CFLAGS="-01", I got some error. Its seems to 01,
 neelaveni> but when I use CFLAGS="-O1" its working properly.

The correct option would be CFLAGS="-O2 -fno-aggressive-loop-optimizations"

That option will be used by default if you compile the REL8_3_STABLE
branch tip from git; as an exceptional case, the option was backpatched
to that branch (and some others) even after it was EOLed.

-- 
Andrew (irc:RhodiumToad)



pgsql-bugs by date:

Previous
From: neelaveni
Date:
Subject: Re: Reg: Postgresql8.3 Using on Ubuntu
Next
From: Etsuro Fujita
Date:
Subject: Re: BUG #15781: subselect on foreign table (postgres_fdw) can crash (segfault)