Re: PG20 Minimum Dependency Thread - Mailing list pgsql-hackers

From Tom Lane
Subject Re: PG20 Minimum Dependency Thread
Date
Msg-id 1959434.1783535692@sss.pgh.pa.us
Whole thread
In response to Re: PG20 Minimum Dependency Thread  (Jacob Champion <jacob.champion@enterprisedb.com>)
Responses Re: PG20 Minimum Dependency Thread
List pgsql-hackers
Jacob Champion <jacob.champion@enterprisedb.com> writes:
> RHEL/Rocky/Alma/CentOS Stream 9 (EoS 2027, EoL 2032/2035)
> - Python 3.9 to 3.12+
> - OpenSSL 3.0 (3.2? 3.5?)

As far as that goes: my RHEL9 machine, with a perfectly vanilla
install, has

$ rpm -q python3
python3-3.9.25-7.el9_8.x86_64
$ rpm -q openssl
openssl-3.5.5-4.el9_8.x86_64

So in the Red Hat universe I think we could safely expect a minimum
of OpenSSL 3.5.  But that doesn't matter much given that your list
shows other LTS distros still on 3.0.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: SPLIT/MERGE use of is_internal=true
Next
From: Tomas Vondra
Date:
Subject: Re: [PATCH] Add RetrieveInstrumentation hook for CustomScan providers