Commit d67616c7 authored by Alvaro Herrera's avatar Alvaro Herrera

MSVC: Exclude 'brin' contrib module

The build script is not able to parse the Makefile, so remove it.
parent 672e3ec0
......@@ -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' };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment