Re: Replace uses of deprecated Python module distutils.sysconfig

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Replace uses of deprecated Python module distutils.sysconfig
Date: 2021-12-03 15:52:10
Message-ID: 1d1330a3-9f68-8dae-5ac1-713aebe65a42@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 02.12.21 19:22, Tom Lane wrote:
> That's surely no problem in HEAD, but as you say, it is an issue for
> the older branches. How difficult would it be to teach configure to
> try both ways, or adapt based on its python version check?

I think it wouldn't be unreasonable to do that. I'll look into it.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2021-12-03 16:19:47 Re: pg_dump versus ancient server versions
Previous Message Tom Lane 2021-12-03 15:50:10 Re: pgcrypto: Remove explicit hex encoding/decoding from tests