We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3396d1c commit c0a8276Copy full SHA for c0a8276
src/tools/msvc/vcregress.pl
@@ -1,7 +1,7 @@
1
2
# -*-perl-*- hey - emacs - this is a perl file
3
4
-# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.3 2007/09/24 21:42:34 adunstan Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.4 2007/09/28 00:14:58 adunstan Exp $
5
6
use strict;
7
@@ -188,6 +188,7 @@ sub contribcheck
188
my $mstat = 0;
189
foreach my $module (glob("*"))
190
{
191
+ next if $module eq 'tsearch2';
192
next unless -d "$module/sql" &&
193
-d "$module/expected" &&
194
(-f "$module/Makefile" || -f "$module/GNUmakefile");
0 commit comments