projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
672e3ec
)
MSVC: Exclude 'brin' contrib module
author
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Thu, 13 Aug 2015 22:28:54 +0000
(19:28 -0300)
committer
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Thu, 13 Aug 2015 22:28:54 +0000
(19:28 -0300)
The build script is not able to parse the Makefile, so remove it.
src/tools/msvc/Mkvcbuild.pm
patch
|
blob
|
history
diff --git
a/src/tools/msvc/Mkvcbuild.pm
b/src/tools/msvc/Mkvcbuild.pm
index d70db4021b675321b401445925483dfa65649e36..3abbb4caf4023de6c897500662233195b0f677c7 100644
(file)
--- 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' };