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

Attempt to fix jsonb_plperl build on Windows

This commit is contained in:
Peter Eisentraut
2018-04-03 10:43:16 -04:00
parent 10d62d1065
commit 4ab2999815
3 changed files with 8 additions and 2 deletions

View File

@ -464,6 +464,7 @@ sub CopyContribFiles
next if ($d eq "sslinfo" && !defined($config->{openssl}));
next if ($d eq "xml2" && !defined($config->{xml}));
next if ($d eq "hstore_plperl" && !defined($config->{perl}));
next if ($d eq "jsonb_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}));