Fix tab-complete so it works with old versions of readline that don't
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |