Hello Craig,
On Mon, 9 Nov 2020 10:29:16 +0800
Craig Ringer <craig.ringer@enterprisedb.com> wrote:
> On Fri, Nov 6, 2020 at 2:02 AM Jehan-Guillaume de Rorthais <jgdr@dalibo.com>
> wrote:
> > I noticed the perl test modules from PostgreSQL source tree, eg.
> > PostgresNode, are not installed with package "postgresqlXX-devel". Only
> > pg_regress is installed.
> >
> > Looking at the web, I can find old memories [1] where postgresql12-devel
> > installed them in /usr/pgsql-12/lib/pgxs/src/test/perl/
> >
>
> We really need some consistency and cross checks between the RPMs and debs.
> But it seems fine to me in the -12 and -13 packages for Fedora 32. So
> please provide some more specifics about exactly what OS, yum repo
> configuration, metadata version, etc you are using.
Oh, sorry, I didn't thought about looking for other packages from other distro
and versions before writing my email. I should I thought about that as, as I
wrote in my email, I found some old fedora packages providing the files...
So it looks like at least EL7 packages are broken/different from fedora 32. Here
are some more informations from a CentOS Linux 7 (vagrant box "centos/7"):
# repoquery -f /usr/pgsql-12/bin/postgres
postgresql12-server-0:12.2-1PGDG.rhel7.x86_64
postgresql12-server-0:12.1-2PGDG.rhel7.x86_64
postgresql12-server-0:12.2-2PGDG.rhel7.x86_64
postgresql12-server-0:12.3-1PGDG.rhel7.x86_64
postgresql12-server-0:12.3-5PGDG.rhel7.x86_64
postgresql12-server-0:12.4-1PGDG.rhel7.x86_64
# repoquery -f /usr/pgsql-13/bin/postgres
postgresql13-server-0:13.0-1PGDG.rhel7.x86_64
# repoquery -f /usr/pgsql-12/lib/pgxs/src/test/perl/PostgresNode.pm
(nothing)
# repoquery -f /usr/pgsql-13/lib/pgxs/src/test/perl/PostgresNode.pm
(nothing)
# head -2 /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
# yum repolist enabled pgdg* 2>&1|colrm 22 72
repo id status
pgdg-common/7/x86_64 350
pgdg10/7/x86_64 770
pgdg11/7/x86_64 813
pgdg12/7/x86_64 395
pgdg13/7/x86_64 127
pgdg95/7/x86_64 679
pgdg96/7/x86_64 740
repolist: 3874
Thank you,
/Jehan-Guillaume de Rorthais