mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04:00
MSVC: Exclude 'brin' contrib module
The build script is not able to parse the Makefile, so remove it.
This commit is contained in:
parent
672e3ec0e9
commit
d67616c743
1 changed files with 1 additions and 1 deletions
|
|
@ -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' };
|
||||
|
|
|
|||
Loading…
Reference in a new issue