Re: Re: Call for platforms

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: Call for platforms
Дата
Msg-id 23101.986536259@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Call for platforms  ("Henry B. Hotz" <hotz@jpl.nasa.gov>)
Ответы Re: Re: Call for platforms  ("Henry B. Hotz" <hotz@jpl.nasa.gov>)
Список 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 по дате отправления:

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: Call for platforms
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Foreign Key & Rule confusion WAS: Lost Trigger(s)?