Re: Re: Call for platforms - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Re: Call for platforms
Date
Msg-id 23101.986536259@sss.pgh.pa.us
Whole thread Raw
In response to Re: Call for platforms  ("Henry B. Hotz" <hotz@jpl.nasa.gov>)
Responses Re: Re: Call for platforms
List pgsql-hackers
"Henry B. Hotz" <hotz@jpl.nasa.gov> writes:
> Bottom line:  7.1RC1 passes most of the regression tests on 
> NetBSD/macppc.

The only thing that surprised me here was all of the warnings from
libreadline calls:

>> tab-complete.c: In function `initialize_readline':
>> tab-complete.c:103: warning: assignment from incompatible pointer type
>> tab-complete.c: In function `psql_completion':
>> tab-complete.c:292: warning: passing arg 2 of `completion_matches' 
>> from incompatible pointer type
>> tab-complete.c:296: warning: passing arg 2 of `completion_matches' 
>> from incompatible pointer type

What version of libreadline do you have installed, and how does it
declare completion_matches()?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: Call for platforms
Next
From: Tom Lane
Date:
Subject: Re: Foreign Key & Rule confusion WAS: Lost Trigger(s)?