MSVC: Exclude 'brin' contrib module
authorAlvaro Herrera
Thu, 13 Aug 2015 22:28:54 +0000 (19:28 -0300)
committerAlvaro Herrera
Thu, 13 Aug 2015 22:28:54 +0000 (19:28 -0300)
The build script is not able to parse the Makefile, so remove it.

src/tools/msvc/Mkvcbuild.pm

index 0603130c58003899f04806304030cc2e2d56fd48..21faa58b3c46018ae6a03af065052f3d06b0539c 100644 (file)
@@ -41,7 +41,7 @@ my $contrib_extrasource = {
    'seg'  => [ 'contrib/seg/segscan.l',   'contrib/seg/segparse.y' ], };
 my @contrib_excludes = (
    'commit_ts',      'hstore_plperl', 'hstore_plpython', 'intagg',
-   'ltree_plpython', 'pgcrypto',      'sepgsql');
+   'ltree_plpython', 'pgcrypto',      'sepgsql',         'brin');
 
 # Set of variables for frontend modules
 my $frontend_defines = { 'initdb' => 'FRONTEND' };