mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08: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
@ -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 New Issue
Block a user