Skip to content

Commit d67616c

Browse files
committed
MSVC: Exclude 'brin' contrib module
The build script is not able to parse the Makefile, so remove it.
1 parent 672e3ec commit d67616c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/Mkvcbuild.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ my $contrib_extrasource = {
4141
'seg' => [ 'contrib/seg/segscan.l', 'contrib/seg/segparse.y' ], };
4242
my @contrib_excludes = (
4343
'commit_ts', 'hstore_plperl', 'hstore_plpython', 'intagg',
44-
'ltree_plpython', 'pgcrypto', 'sepgsql');
44+
'ltree_plpython', 'pgcrypto', 'sepgsql', 'brin');
4545

4646
# Set of variables for frontend modules
4747
my $frontend_defines = { 'initdb' => 'FRONTEND' };

0 commit comments

Comments
 (0)