From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | Teodor Sigaev <teodor(at)sigaev(dot)ru> |
Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: regression tests of dictionaries and Windows |
Date: | 2007-09-12 13:58:20 |
Message-ID: | 20070912135820.GL9471@svr2.hagander.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)sigaev(dot)ru
> WWW:
> http://www.sigaev.ru/
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-09-12 14:00:54 | Re: HOT breaks CLUSTER, a bit |
Previous Message | Teodor Sigaev | 2007-09-12 12:32:57 | Re: regression tests of dictionaries and Windows |