From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: configure: Update python search order |
Date: | 2019-01-13 09:27:31 |
Message-ID: | E1gic3H-0002lI-3D@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
configure: Update python search order
Some systems don't ship with "python" by default anymore, only
"python3" or "python2" or some combination, so include those in the
configure search.
Discussion: https://www.postgresql.org/message-id/flat/1457.1543184081%40sss.pgh.pa.us#c9cc1199338fd6a257589c6dcea6cf8d
Branch
------
REL_11_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/3d498c65ac6ed69aa6ede68186420b3c0dadf3c7
Modified Files
--------------
config/python.m4 | 9 ++++++++-
configure | 2 +-
doc/src/sgml/installation.sgml | 3 ++-
3 files changed, 11 insertions(+), 3 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2019-01-13 09:52:53 | pgsql: Make INSTALL makefile rule more robust |
Previous Message | Peter Eisentraut | 2019-01-13 09:10:54 | pgsql: Change default of recovery_target_timeline to 'latest' |