Re: Suggestion for MSVC build - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: Suggestion for MSVC build
Date
Msg-id 20070925092806.GU6308@svr2.hagander.net
Whole thread Raw
In response to Re: Suggestion for MSVC build  ("Chuck McDevitt" <cmcdevitt@greenplum.com>)
List pgsql-hackers
On Mon, Sep 24, 2007 at 01:33:33PM -0400, Chuck McDevitt wrote:
> Sorry, completion_matches hasn't existed in readline for a long time.
> 
> You need to define:
> 
> #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
> #define HAVE_RL_COMPLETION_MATCHES 1
> #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
> 
> Just like we do on Linux.

That wasn't in your orginal suggestion :-) 

Adding those it certainly works fine. (back to the lib issue, but that's a
different thing)

//Magnus


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: MSVC build scripts status
Next
From: Simon Riggs
Date:
Subject: Re: [PATCHES] Full page writes improvement, code update