We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 672e3ec commit d67616cCopy full SHA for d67616c
src/tools/msvc/Mkvcbuild.pm
@@ -41,7 +41,7 @@ my $contrib_extrasource = {
41
'seg' => [ 'contrib/seg/segscan.l', 'contrib/seg/segparse.y' ], };
42
my @contrib_excludes = (
43
'commit_ts', 'hstore_plperl', 'hstore_plpython', 'intagg',
44
- 'ltree_plpython', 'pgcrypto', 'sepgsql');
+ 'ltree_plpython', 'pgcrypto', 'sepgsql', 'brin');
45
46
# Set of variables for frontend modules
47
my $frontend_defines = { 'initdb' => 'FRONTEND' };
0 commit comments