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

Appearance settings

Commit 6ee3b2d

Browse filesBrowse files
committed
Install dictionary sample files.
Per buildfarm and Teodor.
1 parent 1e0eeab commit 6ee3b2d
Copy full SHA for 6ee3b2d

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎src/tools/msvc/Install.pm

Copy file name to clipboardExpand all lines: src/tools/msvc/Install.pm
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.