mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Attempt to fix jsonb_plpython build on Windows
This commit is contained in:
@ -326,6 +326,7 @@ sub subdircheck
|
||||
# Makefile for more details regarding Python-version specific
|
||||
# dependencies.
|
||||
if ( $module eq "hstore_plpython"
|
||||
|| $module eq "jsonb_plpython"
|
||||
|| $module eq "ltree_plpython")
|
||||
{
|
||||
die "Python not enabled in configuration"
|
||||
@ -376,6 +377,7 @@ sub contribcheck
|
||||
next if ($module eq "xml2" && !defined($config->{xml}));
|
||||
next if ($module eq "hstore_plperl" && !defined($config->{perl}));
|
||||
next if ($module eq "hstore_plpython" && !defined($config->{python}));
|
||||
next if ($module eq "jsonb_plpython" && !defined($config->{python}));
|
||||
next if ($module eq "ltree_plpython" && !defined($config->{python}));
|
||||
next if ($module eq "sepgsql");
|
||||
|
||||
|
Reference in New Issue
Block a user