forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitddd87d5
committed
Add an ugly workaround for a bug in some recent libedit versions.
Debian unstable is shipping a broken version of libedit: it de-escapeswords before passing them to the application's tab completion function,preventing us from recognizing backslash commands. Fortunately,we have enough information available to dig the original text out ofrl_line_buffer, so ignore the string argument and do that.I view this as a temporary workaround to get the affected buildfarmmembers back to green in the wake of7c01504. I hope we can getrid of it once somebody fixes Debian's libedit; hence, no back-patch,at least for now.Discussion:https://postgr.es/m/20200103110128.GA28967@msg.df7cb.de1 parent04334fd commitddd87d5
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1447 | 1447 |
| |
1448 | 1448 |
| |
1449 | 1449 |
| |
1450 |
| - | |
| 1450 | + | |
| 1451 | + | |
| 1452 | + | |
| 1453 | + | |
| 1454 | + | |
| 1455 | + | |
| 1456 | + | |
1451 | 1457 |
| |
1452 | 1458 |
| |
1453 | 1459 |
| |
| |||
3859 | 3865 |
| |
3860 | 3866 |
| |
3861 | 3867 |
| |
| 3868 | + | |
3862 | 3869 |
| |
3863 | 3870 |
| |
3864 | 3871 |
| |
|
0 commit comments
Comments
(0)