Re: 8.3beta3: Compile Warnings

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Güttler <hv(at)tbz-pariv(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 8.3beta3: Compile Warnings
Date: 2007-11-23 16:48:44
Message-ID: 9958.1195836524@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thomas =?iso-8859-1?q?G=FCttler?= <hv(at)tbz-pariv(dot)de> writes:
> I get the following compile warnings:

> like.c:137: warning: inlining failed in call to `Generic_Text_IC_like'

> Should this reported to the bug tracker?

No, because we aren't going to do anything about those. They're purely
informational, and the fix would be to get a newer compiler anyway.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-11-23 16:54:09 Re: Ordered Append Node
Previous Message Bruce Momjian 2007-11-23 16:36:10 Re: [HACKERS] AutoVacuum Behaviour Question