pgsql: Replace use of deprecated Python module distutils.sysconfig, tak

2022-02-01 Thread Tom Lane
Replace use of deprecated Python module distutils.sysconfig, take 2. With Python 3.10, configure spits out warnings about the module distutils.sysconfig being deprecated and scheduled for removal in Python 3.12. Change the uses in configure to use the module sysconfig instead. The logic stays la

pgsql: Replace use of deprecated Python module distutils.sysconfig, tak

2022-02-01 Thread Tom Lane
Replace use of deprecated Python module distutils.sysconfig, take 2. With Python 3.10, configure spits out warnings about the module distutils.sysconfig being deprecated and scheduled for removal in Python 3.12. Change the uses in configure to use the module sysconfig instead. The logic stays la

pgsql: Replace use of deprecated Python module distutils.sysconfig, tak

2022-02-01 Thread Tom Lane
Replace use of deprecated Python module distutils.sysconfig, take 2. With Python 3.10, configure spits out warnings about the module distutils.sysconfig being deprecated and scheduled for removal in Python 3.12. Change the uses in configure to use the module sysconfig instead. The logic stays la

pgsql: Replace use of deprecated Python module distutils.sysconfig, tak

2022-02-01 Thread Tom Lane
Replace use of deprecated Python module distutils.sysconfig, take 2. With Python 3.10, configure spits out warnings about the module distutils.sysconfig being deprecated and scheduled for removal in Python 3.12. Change the uses in configure to use the module sysconfig instead. The logic stays la

pgsql: Replace use of deprecated Python module distutils.sysconfig, tak

2022-02-01 Thread Tom Lane
Replace use of deprecated Python module distutils.sysconfig, take 2. With Python 3.10, configure spits out warnings about the module distutils.sysconfig being deprecated and scheduled for removal in Python 3.12. Change the uses in configure to use the module sysconfig instead. The logic stays la

pgsql: Replace use of deprecated Python module distutils.sysconfig, tak

2022-01-25 Thread Tom Lane
Replace use of deprecated Python module distutils.sysconfig, take 2. With Python 3.10, configure spits out warnings about the module distutils.sysconfig being deprecated and scheduled for removal in Python 3.12. Change the uses in configure to use the module sysconfig instead. The logic stays la

pgsql: Replace use of deprecated Python module distutils.sysconfig

2022-01-17 Thread Peter Eisentraut
Replace use of deprecated Python module distutils.sysconfig With Python 3.10, configure spits out warnings about the module distutils.sysconfig being deprecated and scheduled for removal in Python 3.12. Change the uses in configure to use the module sysconfig instead. The logic stays the same.