MSVC: Exclude 'brin' contrib module

The build script is not able to parse the Makefile, so remove it.
This commit is contained in:
Alvaro Herrera 2015-08-13 19:28:54 -03:00
parent 672e3ec0e9
commit d67616c743
1 changed files with 1 additions and 1 deletions

View 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' };