Re: Python versions (was Re: RHEL 8.0 build)
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: Andres Freund <andres@anarazel.de>, Jeremy Harris <jgh@wizmail.org>,
"pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2019-01-03T17:52:10Z
Lists: pgsql-hackers
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes: > On 29/11/2018 16:34, Tom Lane wrote: >> After sleeping on it for awhile, I am liking the idea of probing >> python, python3, python2 (while keeping the $PYTHON override of >> course). > I think this was the option with the most support. Here is a patch. > I agree we can backport this. Patch looks fine as far as it goes, but do we need to adjust anything in installation.sgml or plpython.sgml to explain it? regards, tom lane
Commits
-
configure: More use of AC_ARG_VAR
- 29b3ac754626 12.0 landed