Обсуждение: [COMMITTERS] pgsql: Reject too-old Python versions a bit sooner.

Поиск
Список
Период
Сортировка

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

От
Tom Lane
Дата:
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(-)