pgsql: Reject too-old Python versions a bit sooner.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reject too-old Python versions a bit sooner.
Date: 2017-02-21 16:28:29
Message-ID: E1cgDIj-0004br-60@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reject too-old Python versions a bit sooner.

Commit 04aad4018 added this check after the search for a Python shared
library, which seems to me to be a pretty unfriendly ordering. The
search might fail for what are basically version-related reasons, and
in such a case it'd be better to say "your Python is too old" than
"could not find shared library for Python".

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4e5ce3c1aeadf81b504bc9d683b67950bd3f8766

Modified Files
--------------
config/python.m4 | 8 +++++++-
configure | 8 +++++---
configure.in | 3 ---
3 files changed, 12 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-02-21 16:59:36 pgsql: Make more use of castNode()
Previous Message Peter Eisentraut 2017-02-21 14:50:21 pgsql: Drop support for Python 2.3