Re: readline and openbsd - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: readline and openbsd
Date
Msg-id Pine.LNX.4.21.0010261657160.767-100000@peter.localdomain
Whole thread Raw
In response to readline and openbsd  (Hal Snyder <hal@vailsys.com>)
List pgsql-patches
Hal Snyder writes:

> I noticed a change in src/bin/psql/input.h dated 3 weeks ago.
>
> It did not fix the problem that psql builds without command history
> support on OpenBSD. Problem is that OpenBSD has history support but no
> history.h file. Here's a patch:

There needs to be some header file where the function is declared.  Using
undeclared functions doesn't work for people with C99 compilers.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


pgsql-patches by date:

Previous
From: Pete Forman
Date:
Subject: Improved fix for sys_nerr
Next
From: Hal Snyder
Date:
Subject: Re: readline and openbsd