| From: | Devrim Gündüz <devrim(at)gunduz(dot)org> |
|---|---|
| To: | Frank Büttner <frank(dot)buettner(at)mdc-berlin(dot)de>, pgsql-bugs(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Last update of python3-psycopg2 breaks RHEL-8 |
| Date: | 2024-01-25 14:47:41 |
| Message-ID: | 5faa826b44dd8118125358eaa55aa723b90a3b57.camel@gunduz.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Hi,
On Thu, 2024-01-25 at 08:14 +0100, Frank Büttner wrote:
> the latest update of the python3-psycopg2 package is breaking the RHEL
> 8
> systems. The cause is the change of the Python version:
>
> rpm -q --provides python3-psycopg2-2.9.5-3.rhel8.x86_64
> python3-psycopg2 = 2.9.5-3.rhel8
> python3-psycopg2(x86-64) = 2.9.5-3.rhel8
> python3.6dist(psycopg2) = 2.9.5
> python3dist(psycopg2) = 2.9.5
>
>
> rpm -qp --provides python3-psycopg2-2.9.9-2PGDG.rhel8.x86_64.rpm
> python3-psycopg2 = 2.9.9-2PGDG.rhel8
> python3-psycopg2(x86-64) = 2.9.9-2PGDG.rhel8
> python3.9dist(psycopg2) = 2.9.9
I removed the RPM fromthe repositories until finding a solution. Sorry
for the inconvenience. Feel free to downgrade.
Regards,
--
Devrim Gündüz
Open Source Solution Architect, PostgreSQL Major Contributor
Twitter: @DevrimGunduz , @DevrimGunduzTR
| From | Date | Subject | |
|---|---|---|---|
| Next Message | gparc | 2024-01-25 15:36:11 | Re: BUG #18295: In PostgreSQL a unique index on targeted columns is sufficient to support a foreign key |
| Previous Message | Devrim Gündüz | 2024-01-25 14:47:15 | Re: BUG #18311: python3-psycopg2 packaged for wrong python version |