Skip to content
Snippets Groups Projects
Commit d67616c7 authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

MSVC: Exclude 'brin' contrib module

The build script is not able to parse the Makefile, so remove it.
parent 672e3ec0
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ my $contrib_extrasource = { ...@@ -41,7 +41,7 @@ my $contrib_extrasource = {
'seg' => [ 'contrib/seg/segscan.l', 'contrib/seg/segparse.y' ], }; 'seg' => [ 'contrib/seg/segscan.l', 'contrib/seg/segparse.y' ], };
my @contrib_excludes = ( my @contrib_excludes = (
'commit_ts', 'hstore_plperl', 'hstore_plpython', 'intagg', 'commit_ts', 'hstore_plperl', 'hstore_plpython', 'intagg',
'ltree_plpython', 'pgcrypto', 'sepgsql'); 'ltree_plpython', 'pgcrypto', 'sepgsql', 'brin');
# Set of variables for frontend modules # Set of variables for frontend modules
my $frontend_defines = { 'initdb' => 'FRONTEND' }; my $frontend_defines = { 'initdb' => 'FRONTEND' };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment