mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
MSVC: Exclude 'brin' contrib module
The build script is not able to parse the Makefile, so remove it.
This commit is contained in:
@ -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' };
|
||||
|
Reference in New Issue
Block a user