Re: Suggestion for MSVC build

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Suggestion for MSVC build
Дата
Msg-id 20070925092806.GU6308@svr2.hagander.net
обсуждение исходный текст
Ответ на Re: Suggestion for MSVC build  ("Chuck McDevitt" <cmcdevitt@greenplum.com>)
Список 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 по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: MSVC build scripts status
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [PATCHES] Full page writes improvement, code update