Re: Beta Monday? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Beta Monday?
Date
Msg-id 23274.999873002@sss.pgh.pa.us
Whole thread Raw
In response to Re: Beta Monday?  (Karel Zak <zakkr@zf.jcu.cz>)
List pgsql-hackers
Karel Zak <zakkr@zf.jcu.cz> writes:
>> But here is the tail of the output:
>> UX:cc: WARNING: debugging and optimization mutually exclusive; -O disabled
>> UX:acomp: ERROR: "encnames.c", line 36: syntax error in macro parameters
>                   ^^^^^^^^^^^^^

> #define encdebug(_format, _a...)
>    ^^^^^^^^^^^
>  line 36

>  I don't see some problem with my gcc. Or I something overlook?

"..." in macro parameters is a gcc-ism.  This code is unportable and
must be fixed.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: Beta Monday?
Next
From: Karel Zak
Date:
Subject: Re: Beta Monday?