Re: GCC 4.4 compiler warnings

From: Grzegorz Jaskiewicz <gj(at)pointblue(dot)com(dot)pl>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: GCC 4.4 compiler warnings
Date: 2009-04-26 16:25:59
Message-ID: 62E7D5F5-A322-4534-91D1-191CADA4829E@pointblue.com.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 26 Apr 2009, at 16:22, Tom Lane wrote:

> Grzegorz Jaskiewicz <gj(at)pointblue(dot)com(dot)pl> writes:
>> tab-complete.c:666: warning: implicit declaration of function
>> 'completion_matches'
>
> Are you sure you have a real installation of readline? OSX is
> notorious for providing a bogus one, particularly in older
> release series.

Sure, it behaves quite strange - gotta say. So I'll try to recompile
against vanilla readline, and see if it still causes problems.
But what about all those warnings I posted here earlier ? Those were
from fedora 9, and vanillia gcc 4.4

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-04-26 18:29:20 A couple of gripes about the gettext plurals patch
Previous Message Valtonen, Hannu 2009-04-26 16:05:47 Re: Patch to add support for text/int arrays for plpythonu