Re: [HACKERS] 8.3beta3: Compile Warnings

2007-11-23 Thread Tom Lane
Thomas =?iso-8859-1?q?G=FCttler?= <[EMAIL PROTECTED]> 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 inform

Re: [HACKERS] 8.3beta3: Compile Warnings

2007-11-23 Thread Zdenek Kotala
Tt seems that GCC makes decision do not inline this function and then it will keep as a standard function. It is not problem and this warning is generated by -Winline. I don't have this problem with GCC 3.4.3 Zdenek Thomas Güttler wrote: Hi, I get the following compile warnings: gc