MSVC: Exclude 'brin' contrib module
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 13 Aug 2015 22:28:54 +0000 (19:28 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
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 d70db4021b675321b401445925483dfa65649e36..3abbb4caf4023de6c897500662233195b0f677c7 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' };