[COMMITTERS] pgsql: Reject too-old Python versions a bit sooner. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Reject too-old Python versions a bit sooner.
Date
Msg-id E1cgDIj-0004br-60@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Drop support for Python 2.3
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Make more use of castNode()