Re: 8.3.3 compiler warnings with gcc 4.3 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 8.3.3 compiler warnings with gcc 4.3
Date
Msg-id 12099.1221331608@sss.pgh.pa.us
Whole thread Raw
In response to 8.3.3 compiler warnings with gcc 4.3  (Devrim GÜNDÜZ <devrim@gunduz.org>)
Responses Re: 8.3.3 compiler warnings with gcc 4.3  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
Devrim GÜNDÜZ <devrim@gunduz.org> writes:
> I'm getting these on Fedora-9:
> tqual.c:115: warning: inlining failed in call to ‘SetHintBits’: call is

They're just cosmetic.  We don't generally worry about fixing cosmetic
warnings in back branches.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Devrim GÜNDÜZ
Date:
Subject: 8.3.3 compiler warnings with gcc 4.3
Next
From: Ron Mayer
Date:
Subject: Re: Proposed patch: make SQL interval-literal syntax work per spec