pgsql: Revert "Replace use of deprecated Python module distutils.syscon - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Revert "Replace use of deprecated Python module distutils.syscon
Date
Msg-id E1n9rc3-0004Pw-WB@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Revert "Replace use of deprecated Python module distutils.sysconfig"

This reverts commit e0e567a106726f6709601ee7cffe73eb6da8084e.

On various platforms, the new approach using the sysconfig module
reported incorrect values for the include directory, and so any
Python-related compilations failed.  Revert for now and revisit later.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dda42ff8e60541e9eb5ac21b79af32d914f408a8

Modified Files
--------------
config/python.m4               | 28 ++++++++++++++--------------
configure                      | 30 +++++++++++++++---------------
doc/src/sgml/installation.sgml |  4 ++--
3 files changed, 31 insertions(+), 31 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix thinko in psql test
Next
From: Thomas Munro
Date:
Subject: pgsql: Try to stabilize the reloptions test.