| From: | Justin Pryzby <pryzby(at)telsasoft(dot)com> |
|---|---|
| To: | PyGreSQL Development <pygresql(at)Vex(dot)Net> |
| Cc: | Devrim Gündüz <devrim(at)gunduz(dot)org>, pgsql-pkg-yum(at)postgresql(dot)org |
| Subject: | Re: [PyGreSQL] Latest PyGreSQL package for pgdg-common requires libpq5 |
| Date: | 2021-05-06 18:04:28 |
| Message-ID: | 20210506180428.GO27406@telsasoft.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-pkg-yum |
On Thu, May 06, 2021 at 10:35:20AM -0700, Evan Rempel wrote:
> repository:
> https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-7-x86_64/
That's built by Devrim et al (copied) and not by the pygres team.
> Previous builds of the PyGreSQL had an rpm requires list that included only
> libpq.so.5()(64bit)
>
> The latest build contains a requires list of
> libpq.so.5()(64bit)
> libpq5
>
> The inclusion of the libpq5 requirement forces the install of the
> pgdg-common package libpq5 which conflicts with the Redhat 7 package
> postgresql-libs
>
> What it intentional to start requiring the package libpq5 or could the
> PyGreSQL package be set back to nly require the libpq.so.5()(64bit) which is
> satisfied by the Redhat 7 package postgresql-libs?
I'm not sure, but there's also features which require recent client library, so
there's a balance between 1) not requiring brand new dependencies; and 2)
making new features available (without waiting for 5 years until their in the
then-oldest release).
This is one new feature:
| New query method memsize() that gets the memory size allocated by the query (needs PostgreSQL >= 12 on the client).
--
Justin
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Matti Linnanvuori | 2021-05-18 06:36:23 | Red Hat Enterprise Linux 8.4 upgrade uninstalls gdal32-libs and PostGIS |
| Previous Message | seb.besson@gmail.com | 2021-05-06 15:56:39 | Re: Broken yum common RHEL 7 packages |