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

Lists: pgsql-committers
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: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
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(-)