1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00

Attempt to fix jsonb_plpython build on Windows

This commit is contained in:
Peter Eisentraut
2018-03-28 11:49:23 -04:00
parent e81fc9b9db
commit 75e95dd79b
3 changed files with 29 additions and 14 deletions

View File

@ -465,6 +465,7 @@ sub CopyContribFiles
next if ($d eq "xml2" && !defined($config->{xml}));
next if ($d eq "hstore_plperl" && !defined($config->{perl}));
next if ($d eq "hstore_plpython" && !defined($config->{python}));
next if ($d eq "jsonb_plpython" && !defined($config->{python}));
next if ($d eq "ltree_plpython" && !defined($config->{python}));
next if ($d eq "sepgsql");