Hi Devrim,
Thank you for the responce!
> The packages are there:
>
https://download.postgresql.org/pub/repos/yum/debug/12/redhat/rhel-8-x86_64/postgresql12-debuginfo-12.2-2PGDG.rhel8.x86_64.rpm
I see, debug packages are at this URL.
> I'm working on a repo rpm fix, and
> will release in next 1 hour. Once that is released, you'll need to enable the
> debug repo for the related PG version, and install it.
I get it. I confirmed that Using "pgdg-redhat-repo-42.0-7.noarch",
debuginfo packages can be installed.
(1)install pgdg-redhat-repo-42.0-7.noarch
dnf -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm
(2) edit [pgdg12-updates-debuginfo]
/etc/yum.repos.d/pgdg-redhat-all.repo
[pgdg12-updates-debuginfo]
enabled=1
(3)
dnf list | grep postgresql12 | grep debuginfo
postgresql12-contrib-debuginfo.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo
postgresql12-debuginfo.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo
postgresql12-debugsource.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo
postgresql12-devel-debuginfo.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo
postgresql12-libs-debuginfo.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo
postgresql12-llvmjit-debuginfo.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo
postgresql12-plperl-debuginfo.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo
postgresql12-plpython-debuginfo.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo
postgresql12-plpython3-debuginfo.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo
postgresql12-pltcl-debuginfo.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo
postgresql12-server-debuginfo.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo
postgresql12-test-debuginfo.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo
Best Regards,
Keisuke Kuroda