Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a57b79b

Browse files
committed
Omit pg_hint_plan tests on Windows
1 parent 7c6a917 commit a57b79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/vcregress.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ sub subdircheck
313313
{
314314
return;
315315
}
316-
317316
chdir $module;
318317
my @tests = fetchTests();
319318
my @opts = fetchRegressOpts();
@@ -375,6 +374,7 @@ sub contribcheck
375374
next if ($module eq "ltree_plpython" && !defined($config->{python}));
376375
next if ($module eq "sepgsql");
377376
next if ($module eq "pg_probackup");
377+
next if ($module eq "pg_hint_plan");
378378
# Need database with UTF8 encoding, not SQL_ASCII
379379
next if ($module eq "hunspell_ru_ru");
380380

0 commit comments

Comments
 (0)