Hi all,
I noticed a small inconsistency between the PGDG server-dev package for Debian-based distributions
(postgresql-server-dev-<version>) and devel package for RHEL-based distributions
(postgresql<version>-devel) and I wanted to check if this is intentional.
On Debian-based systems, the postgresql-server-dev package includes the static library libpgfeutils.a,
whereas the corresponding RPM package (postgresql<version>-devel) does not include this library.
I wanted to understand whether this difference is by design.
If so, could someone please share the reasoning behind excluding libpgfeutils.a from the RPM packaging?
It would help clarify whether this is something downstream packagers should align with or handle separately.
Thanks for your time and for all the great work that goes into maintaining the PGDG repositories.