Re: pgsql: Make configure prefer python3 to plain python.

2022-01-19 Thread Tom Lane
Jeff Davis writes: > On Wed, 2022-01-19 at 20:39 +, Tom Lane wrote: >> Make configure prefer python3 to plain python. > It looks like this is failing on a few buildfarm members, e.g. jay. Yeah, see https://www.postgresql.org/message-id/773175.1642632477%40sss.pgh.pa.us

Re: pgsql: Make configure prefer python3 to plain python.

2022-01-19 Thread Jeff Davis
On Wed, 2022-01-19 at 20:39 +, Tom Lane wrote: > Make configure prefer python3 to plain python. It looks like this is failing on a few buildfarm members, e.g. jay. I committed afterward... sorry, I should have double checked that the buildfarm was stable first. I'll check up on my patch again

pgsql: Make configure prefer python3 to plain python.

2022-01-19 Thread Tom Lane
Make configure prefer python3 to plain python. This avoids possibly selecting Python 2.x on systems that have both Python 2 and Python 3. We used to feel that what "python" links to is a user choice that we should honor. However, we're about to cease support for Python 2, so users will no longer