diff options
| author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2015-08-13 19:28:54 -0300 |
|---|---|---|
| committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2015-08-13 19:28:54 -0300 |
| commit | 7321841b7c7edc1fd9f6545638e890fdb963aea3 (patch) | |
| tree | feab16ea87821810679b7b152d99799a6e8de7ac /src/tools | |
| parent | ae372e60b98990863058edc596df8a20207b08d0 (diff) | |
MSVC: Exclude 'brin' contrib module
The build script is not able to parse the Makefile, so remove it.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/msvc/Mkvcbuild.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/msvc/Mkvcbuild.pm b/src/tools/msvc/Mkvcbuild.pm index 0603130c580..21faa58b3c4 100644 --- a/src/tools/msvc/Mkvcbuild.pm +++ b/src/tools/msvc/Mkvcbuild.pm @@ -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' }; |
