Re: PG20 Minimum Dependency Thread
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Zsolt Parragi <zsolt.parragi@percona.com>,
pgsql-hackers@lists.postgresql.org
Date: 2026-06-21T14:02:49Z
Lists: pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes: > On 2026-06-21 Su 3:57 AM, Zsolt Parragi wrote: >> That's possible on most (all?) platforms (pyenv/asdf/uv/mise/...). All >> with a question mark because I have no idea which of these would work >> on solaris, but some of them are pure bash scripts so those should >> work. (and that ignores windows, but that also shouldn't be an issue >> generally). These would be per user custom built pythons, so they >> would only work with the different plpython/pytest python approach, >> but would allow using the latest python for the test suite on all >> platforms. > I think the idea is that we should be able to build with what the distro > itself supports. Quite honestly, if we demand that buildfarm owners install some version of python that their platform doesn't package, they will simply not enable pytest testing. Care and feeding of a BF animal is already a nontrivial investment of effort. I'm especially not believing that people will install two different python versions in support of this. regards, tom lane