Re: regression tests of dictionaries and Windows

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: regression tests of dictionaries and Windows
Дата
Msg-id 20070912135820.GL9471@svr2.hagander.net
обсуждение исходный текст
Ответ на Re: regression tests of dictionaries and Windows  (Teodor Sigaev <teodor@sigaev.ru>)
Список pgsql-hackers
Correct, that fixes the problem. I've verified it on my machine, and
committed the patch.

//Magnus

On Wed, Sep 12, 2007 at 04:32:57PM +0400, Teodor Sigaev wrote:
> Do you mean something like this:
> ./src/tools/msvc/Install.pm
> *** ./src/tools/msvc/Install.pm.orig    Wed Sep 12 16:30:25 2007
> --- ./src/tools/msvc/Install.pm Wed Sep 12 16:31:29 2007
> ***************
> *** 66,71 ****
> --- 66,72 ----
>       GenerateTimezoneFiles($target,$conf);
>       GenerateTsearchFiles($target);
>       CopySetOfFiles('Stopword files', 
> "src\\backend\\snowball\\stopwords\\*.stop", $target . 
> '/share/tsearch_data/');
> +     CopySetOfFiles('Dictionaries sample files', 
> "src\\backend\\tsearch\\\*_sample.*", $target . '/share/tsearch_data/');
>       CopyContribFiles($config,$target);
>       CopyIncludeFiles($target);
> 
> 
> >The MSVC build process doesn't use make and friends. The required  magic 
> >has to go in src/tools/msvc/Install.pm. I will look at it later today.
> 
> -- 
> Teodor Sigaev                                   E-mail: teodor@sigaev.ru
>                                                    WWW: 
>                                                    http://www.sigaev.ru/
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
> 
>               http://www.postgresql.org/docs/faq


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

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: regression tests of dictionaries and Windows
Следующее
От: Tom Lane
Дата:
Сообщение: Re: HOT breaks CLUSTER, a bit