Fix tab-complete so it works with old versions of readline that don't

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 7cc0d6ae9dc485d954edce84e28f665ac6151bb9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-01-21T23:32:36Z
Releases: 7.1.1
Fix tab-complete so it works with old versions of readline that don't
have the rl_completion_append_character variable.  The tab completion
behavior doesn't seem to be quite perfect in that situation, but it's
better than failing to build at all...

Files

PathChange+/−
src/bin/psql/tab-complete.c modified +3 −1
src/configure modified +124 −91
src/configure.in modified +6 −1
src/include/config.h.in modified +3 −0