Commit 4b0e37f
committed
Remove configure's check for rl_completion_append_character.
The comment for PGAC_READLINE_VARIABLES says "Readline versions < 2.1
don't have rl_completion_append_character". It seems certain that such
versions are extinct in the wild, though; for sure there are none in the
buildfarm. Libedit has had this variable for at least twenty years too.
Also, tab-complete.c's behavior without it is quite unfriendly, since
we'll emit a space even when completion fails; but we've had no
complaints about that.
Therefore, let's assume this variable is always there, and drop the
configure check to save a few build cycles.
Discussion: https://postgr.es/m/147685.1643858911@sss.pgh.pa.us1 parent 9d179d9 commit 4b0e37f
File tree
5 files changed
+4
-74
lines changed- config
- src
- bin/psql
- include
- tools/msvc
5 files changed
+4
-74
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
215 | | - | |
| 214 | + | |
216 | 215 | | |
217 | 216 | | |
218 | 217 | | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
| 218 | + | |
237 | 219 | | |
238 | 220 | | |
239 | 221 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17006 | 17006 | | |
17007 | 17007 | | |
17008 | 17008 | | |
17009 | | - | |
17010 | | - | |
17011 | | - | |
17012 | | - | |
17013 | | - | |
17014 | | - | |
17015 | | - | |
17016 | | - | |
17017 | | - | |
17018 | | - | |
17019 | | - | |
17020 | | - | |
17021 | | - | |
17022 | | - | |
17023 | | - | |
17024 | | - | |
17025 | | - | |
17026 | | - | |
17027 | | - | |
17028 | | - | |
17029 | | - | |
17030 | | - | |
17031 | | - | |
17032 | | - | |
17033 | | - | |
17034 | | - | |
17035 | | - | |
17036 | | - | |
17037 | | - | |
17038 | | - | |
17039 | | - | |
17040 | | - | |
17041 | | - | |
17042 | | - | |
17043 | | - | |
17044 | | - | |
17045 | | - | |
17046 | | - | |
17047 | | - | |
17048 | | - | |
| 17009 | + | |
17049 | 17010 | | |
17050 | 17011 | | |
17051 | 17012 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1674 | 1674 | | |
1675 | 1675 | | |
1676 | 1676 | | |
1677 | | - | |
1678 | 1677 | | |
1679 | | - | |
1680 | 1678 | | |
1681 | 1679 | | |
1682 | 1680 | | |
| |||
4547 | 4545 | | |
4548 | 4546 | | |
4549 | 4547 | | |
4550 | | - | |
4551 | 4548 | | |
4552 | | - | |
4553 | 4549 | | |
4554 | 4550 | | |
4555 | 4551 | | |
| |||
5078 | 5074 | | |
5079 | 5075 | | |
5080 | 5076 | | |
5081 | | - | |
5082 | 5077 | | |
5083 | 5078 | | |
5084 | | - | |
5085 | 5079 | | |
5086 | 5080 | | |
5087 | 5081 | | |
| |||
5368 | 5362 | | |
5369 | 5363 | | |
5370 | 5364 | | |
5371 | | - | |
5372 | | - | |
| 5365 | + | |
5373 | 5366 | | |
5374 | | - | |
5375 | 5367 | | |
5376 | 5368 | | |
5377 | 5369 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | 463 | | |
468 | 464 | | |
469 | 465 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
351 | 350 | | |
352 | 351 | | |
353 | 352 | | |
| |||
0 commit comments