pgsql: Temporarily add some information about python include paths to c

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Temporarily add some information about python include paths to c
Date: 2022-01-24 07:34:38
Message-ID: E1nBts6-0003CT-Ou@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Temporarily add some information about python include paths to configure.

We're still (see e0e567a1067, e0e567a1067) working on replacing use of the
deprecated distutils. This commit just makes configure print out the results
of different ways of determining the include path. Hopefully this will help us
to find a way to transition away from distutils without turning the buildfarm
red for prolonged amounts of time.

Discussion: https://postgr.es/m/20220124025301.qu36x44w6m67cnap@alap3.anarazel.de

Branch
------
master

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

Modified Files
--------------
config/python.m4 | 21 +++++++++++++++++++++
configure | 23 +++++++++++++++++++++++
2 files changed, 44 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-01-24 17:10:08 pgsql: Remember to reset yy_start state when firing up repl_scanner.l.
Previous Message Andres Freund 2022-01-23 22:11:16 pgsql: pg_basebackup: Skip a few more fsyncs if --no-sync is specified.