forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita7da419
committed
Add configure probe for rl_variable_bind().
Some exceedingly ancient readline libraries lack this function, causingcommit3d858af to fail. Per buildfarm (via Michael Paquier).Discussion:https://postgr.es/m/E1msTLm-0007Cm-Ri@gemulon.postgresql.org1 parenta22d6a2 commita7da419
File tree
5 files changed
+15
-15
lines changed- src
- bin/psql
- include
- tools/msvc
5 files changed
+15
-15
lines changedLines changed: 1 addition & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17164 | 17164 |
| |
17165 | 17165 |
| |
17166 | 17166 |
| |
17167 |
| - | |
17168 |
| - | |
17169 |
| - | |
17170 |
| - | |
17171 |
| - | |
17172 |
| - | |
17173 |
| - | |
17174 |
| - | |
17175 |
| - | |
17176 |
| - | |
17177 |
| - | |
17178 |
| - | |
17179 |
| - | |
| 17167 | + | |
17180 | 17168 |
| |
17181 | 17169 |
| |
17182 | 17170 |
| |
|
Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2001 | 2001 |
| |
2002 | 2002 |
| |
2003 | 2003 |
| |
2004 |
| - | |
2005 |
| - | |
| 2004 | + | |
| 2005 | + | |
| 2006 | + | |
| 2007 | + | |
| 2008 | + | |
| 2009 | + | |
| 2010 | + | |
| 2011 | + | |
2006 | 2012 |
| |
2007 | 2013 |
| |
2008 | 2014 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
356 | 356 |
| |
357 | 357 |
| |
358 | 358 |
| |
| 359 | + | |
359 | 360 |
| |
360 | 361 |
| |
| 362 | + | |
361 | 363 |
| |
362 | 364 |
| |
363 | 365 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
485 | 485 |
| |
486 | 486 |
| |
487 | 487 |
| |
| 488 | + | |
| 489 | + | |
| 490 | + | |
488 | 491 |
| |
489 | 492 |
| |
490 | 493 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
354 | 354 |
| |
355 | 355 |
| |
356 | 356 |
| |
| 357 | + | |
357 | 358 |
| |
358 | 359 |
| |
359 | 360 |
| |
|
0 commit comments
Comments
(0)