pgdg-redhat-repo-42.0-20.noarch is missing pgdg14-source and pgdg13-source - Mailing list pgsql-bugs

From Andrew J. Schorr
Subject pgdg-redhat-repo-42.0-20.noarch is missing pgdg14-source and pgdg13-source
Date
Msg-id 20211111150823.GA8709@ti139.telemetry-investments.com
Whole thread Raw
List pgsql-bugs
Hi,

The /etc/yum.repos.d/pgdg-redhat-all.repo file delivered
in pgdg-redhat-repo-42.0-20.noarch is missing two source repos: pgdg13-source
and pgdg14-source. I edited the file manually to add those sections.
I observed the same problem in the RHEL 7 and 8 versions.

[pgdg14-source]
name=PostgreSQL 14 for RHEL/CentOS $releasever - $basearch - Source
baseurl=https://download.postgresql.org/pub/repos/yum/srpms/14/redhat/rhel-$releasever-$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG
repo_gpgcheck = 1

[pgdg13-source]
name=PostgreSQL 13 for RHEL/CentOS $releasever - $basearch - Source
baseurl=https://download.postgresql.org/pub/repos/yum/srpms/13/redhat/rhel-$releasever-$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG
repo_gpgcheck = 1

Regards,
Andy



pgsql-bugs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: BUG #17268: Possible corruption in toast index after reindex index concurrently
Next
From: Kishore Isaac
Date:
Subject: Tenable Report Issue even after upgrading to correct Postgres version