Alvaro Herrera wrote:
> Kurt Roeckx wrote:
>
>
>> No, this has nothing to do with CFLAGS. It's calling a function which
>> returns something other than it actually returns.
>>
>
> Yeah but apparently gcc 4.3 is working in 8.3 and later. What happens
> to your sample program if you compile it with the CFLAGS used in 8.3
> versus those used in 8.2? pg_config --configure will show these.
>
>
I am seeing the same results as Kurt. The CFLAGS as reported by
pg_config are identical:
CFLAGS = -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g
CFLAGS_SL = -fpic
cheers
andrew