Re: Re: Call for platforms

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Henry B(dot) Hotz" <hotz(at)jpl(dot)nasa(dot)gov>
Cc: Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: Call for platforms
Date: 2001-04-06 05:50:59
Message-ID: 23101.986536259@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Henry B. Hotz" <hotz(at)jpl(dot)nasa(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-04-06 05:54:07 Re: Foreign Key & Rule confusion WAS: Lost Trigger(s)?
Previous Message Thomas Lockhart 2001-04-06 05:29:28 Re: Call for platforms