]> granicus.if.org Git - postgresql/commit
Reject too-old Python versions a bit sooner.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Feb 2017 16:28:23 +0000 (11:28 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Feb 2017 16:28:23 +0000 (11:28 -0500)
commit4e5ce3c1aeadf81b504bc9d683b67950bd3f8766
tree62061462f717a6391d538a9f50f56e63f9f1892c
parent04aad401867ad3e1519615d8486e32b50dbcb5f5
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".
config/python.m4
configure
configure.in