Re: Suggestion for MSVC build

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Chuck McDevitt <cmcdevitt(at)greenplum(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Suggestion for MSVC build
Date: 2007-09-25 09:28:06
Message-ID: 20070925092806.GU6308@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2007-09-25 09:29:24 Re: [HACKERS] Full page writes improvement, code update
Previous Message Andrew Dunstan 2007-09-25 09:27:02 Re: MSVC build scripts status