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: [EMAIL PROTECTED] > WWW: > http://www.sigaev.ru/ > > ---------------------------(end of broadcast)--------------------------- > TIP 3: Have you checked our extensive FAQ? > > http://www.postgresql.org/docs/faq ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend