Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6ee3b2d

Browse files
committed
Install dictionary sample files.
Per buildfarm and Teodor.
1 parent1e0eeab commit6ee3b2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/tools/msvc/Install.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Install;
33
#
44
# Package that provides 'make install' functionality for msvc builds
55
#
6-
# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.18 2007/08/27 10:51:15 mha Exp $
6+
# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.19 2007/09/12 13:58:23 mha Exp $
77
#
88
use strict;
99
use warnings;
@@ -66,6 +66,7 @@ sub Install
6666
GenerateTimezoneFiles($target,$conf);
6767
GenerateTsearchFiles($target);
6868
CopySetOfFiles('Stopword files',"src\\backend\\snowball\\stopwords\\*.stop",$target .'/share/tsearch_data/');
69+
CopySetOfFiles('Dictionaries sample files',"src\\backend\\tsearch\\\*_sample.*",$target .'/share/tsearch_data/');
6970
CopyContribFiles($config,$target);
7071
CopyIncludeFiles($target);
7172

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp