Re: Re: Call for platforms
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Henry B. Hotz" <hotz@jpl.nasa.gov>
Cc: Hackers List <pgsql-hackers@postgresql.org>
Date: 2001-04-06T05:50:59Z
Lists: 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