Re: GCC 4.4 compiler warnings

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Grzegorz Jaskiewicz <gj(at)pointblue(dot)com(dot)pl>
Cc: pgsql-hackers Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: GCC 4.4 compiler warnings
Date: 2009-04-26 15:22:09
Message-ID: 14394.1240759329@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-04-26 15:23:24 Re: Patch to add support for text/int arrays for plpythonu
Previous Message Grzegorz Jaskiewicz 2009-04-26 14:33:04 Re: GCC 4.4 compiler warnings