]> granicus.if.org Git - postgresql/commit
The attached patch corrects two problems with autoconfiguration of
authorBruce Momjian <bruce@momjian.us>
Tue, 12 May 1998 23:05:12 +0000 (23:05 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 12 May 1998 23:05:12 +0000 (23:05 +0000)
commit982c695fbd33aaabdbcb546f78ed475bdd474ea2
tree865afeb580262ac887b886169340da97120e198a
parent95aa15f32a123ecd084f564e36a4051a353bcb4e
The attached patch corrects two problems with autoconfiguration of
psql in Postgres 6.3.2.  Both of these problems were complained of
recently in pgsql-questions:

1. In the right circumstances, psql.c will fail to compile due to
trying
   to include a nonexistent <history.h>.  (Thread "Compile-time
   error" around 17 Apr 98.) 2. In other circumstances, psql will
compile but does not provide
   command history capability, even though the underlying readline
   library supports it.  (Various threads, most recently "query
   repetition in psql" around 29 Apr.)

Tom Lane
src/bin/psql/psql.c
src/include/config.h.in