Re: regression tests of dictionaries and Windows

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: regression tests of dictionaries and Windows
Date: 2007-09-12 12:32:57
Message-ID: 46E7DC79.8060904@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2007-09-12 13:58:20 Re: regression tests of dictionaries and Windows
Previous Message Andrew Dunstan 2007-09-12 12:19:05 Re: regression tests of dictionaries and Windows