Re: [current] readline breakage

Поиск
Список
Период
Сортировка
От Jason Tishler
Тема Re: [current] readline breakage
Дата
Msg-id 20010621085611.R138@dothill.com
обсуждение исходный текст
Ответ на Re: [current] readline breakage  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter,

On Wed, Jun 20, 2001 at 08:42:06PM +0200, Peter Eisentraut wrote:
> I have checked this in:
> 
> *** tab-complete.c      2001/06/11 22:12:48     1.33
> --- tab-complete.c      2001/06/20 18:37:09
> ***************
> *** 62,67 ****
> --- 62,70 ----
> 
>   #ifdef HAVE_RL_FILENAME_COMPLETION_FUNCTION
>   #define filename_completion_function rl_filename_completion_function
> + #else
> + /* missing in some header files */
> + extern char *filename_completion_function();
>   #endif
> 
>   #ifdef HAVE_RL_COMPLETION_MATCHES
> 
> I hope it still works for both of you. ;-)

I just tried the above with Cygwin/readline 4.2 (which is more important
than Cygwin/readline 4.1 -- at least to me) and it still works.

Thanks,
Jason

-- 
Jason Tishler
Director, Software Engineering       Phone: 732.264.8770 x235
Dot Hill Systems Corp.               Fax:   732.264.8798
82 Bethany Road, Suite 7             Email: Jason.Tishler@dothill.com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Mike Haberman
Дата:
Сообщение: help with add constraint syntax needed
Следующее
От: Ed Loehr
Дата:
Сообщение: Re: [GENERAL] Call for alpha testing: planner statistics revisions