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

Commit9752080

Browse files
committed
Exclude sepgsql from MSVC regression testing as well
In passing, change exclusion in the build to follow thesame pattern as other always-excluded modules.
1 parent56d77c9 commit9752080

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

‎src/tools/msvc/Mkvcbuild.pm

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ my $contrib_extrasource = {
3636
'cube'=> ['cubescan.l','cubeparse.y'],
3737
'seg'=> ['segscan.l','segparse.y']
3838
};
39-
my@contrib_excludes = ('pgcrypto','intagg');
39+
my@contrib_excludes = ('pgcrypto','intagg','sepgsql');
4040

4141
submkvcbuild
4242
{
@@ -356,9 +356,6 @@ sub mkvcbuild
356356
push@contrib_excludes,'uuid-ossp';
357357
}
358358

359-
# No SELinux support for Windows.
360-
push@contrib_excludes,'sepgsql';
361-
362359
# Pgcrypto makefile too complex to parse....
363360
my$pgcrypto =$solution->AddProject('pgcrypto','dll','crypto');
364361
$pgcrypto->AddFiles(

‎src/tools/msvc/vcregress.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ sub contribcheck
186186
my$mstat = 0;
187187
foreachmy$module (glob("*"))
188188
{
189+
nextif ($moduleeq'sepgsql');
189190
nextif ($moduleeq'xml2' && !$config->{xml});
190191
next
191192
unless-d"$module/sql"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp