Re: readline and openbsd - Mailing list pgsql-patches

From Hal Snyder
Subject Re: readline and openbsd
Date
Msg-id 87lmvb8oi1.fsf@ghidra.vail
Whole thread Raw
In response to Re: readline and openbsd  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
Peter Eisentraut <peter_e@gmx.net> writes:

> 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.

Right.

With the patch I submitted, psql compiled fine with gcc on several
recent releases of OpenBSD. It's great to get command history working.

But yes, there appears to be a glitch in the OpenBSD build such that
history.h is not installed into /usr/include/readline - will go after
that.

Thanks.


pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: readline and openbsd
Next
From: Tom Lane
Date:
Subject: Re: Improved fix for sys_nerr