Re: [current] readline breakage - Mailing list pgsql-hackers

From Jason Tishler
Subject Re: [current] readline breakage
Date
Msg-id 20010621085611.R138@dothill.com
Whole thread Raw
In response to Re: [current] readline breakage  (Peter Eisentraut <peter_e@gmx.net>)
List 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 by date:

Previous
From: Mike Haberman
Date:
Subject: help with add constraint syntax needed
Next
From: Ed Loehr
Date:
Subject: Re: [GENERAL] Call for alpha testing: planner statistics revisions