Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wuXMz-000mDP-20 for pgsql-bugs@arkaria.postgresql.org; Thu, 13 Aug 2026 15:29:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wuXMx-00F76E-1i for pgsql-bugs@arkaria.postgresql.org; Thu, 13 Aug 2026 15:29:24 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wuSyk-00CPEZ-2J for pgsql-bugs@lists.postgresql.org; Thu, 13 Aug 2026 10:48:07 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wuSyj-00000000Q5t-0IER for pgsql-bugs@lists.postgresql.org; Thu, 13 Aug 2026 10:48:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:Cc:From:To:Subject: Content-Transfer-Encoding:MIME-Version:Content-Type:Sender:Content-ID: Content-Description:In-Reply-To:References; bh=dyxqyE2V9nixihQRkDZmrcBOw0ogyTIfNYguX0cFzYI=; b=qcDMY8baicc20CqF3/y68dr3fX /+3Nt1l8gkGs7bp0CatTfoTLSxXDmmCwF4+rJ4ktU0og+HCIkgMsJpNUwF9PaIcxhG8OP7FKD7f8a T6dZ5pb7I6Wop5TCsxQjqYyix2rSpNZrEm55QKhH3IPu9Ai9xCdpYY05KwUOplubv1n8raM1kFth9 PR5uKb5SSojtfUlc4KoG5D3u7A9bNyDhb6xg712DWfDQawVlLg6ynVWB+4cOJSs90SbsO72KSGS39 awD935xEwlRit/h+X23TG7o5s4Q5Wuu1a+9XOPYyfCyr5wn0TmzwNuZw86QlCDhOfn+SsVi82piMn lW3xOcHA==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wuSyi-001FiL-2f for pgsql-bugs@lists.postgresql.org; Thu, 13 Aug 2026 10:48:04 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.98.2) (envelope-from ) id 1wuSyh-00000003l5v-0lLn for pgsql-bugs@lists.postgresql.org; Thu, 13 Aug 2026 10:48:03 +0000 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: BUG #19618: postgresql18 client package not found To: pgsql-bugs@lists.postgresql.org From: PG Bug reporting form Cc: jonathan_haynes@baxter.com Reply-To: jonathan_haynes@baxter.com, pgsql-bugs@lists.postgresql.org Date: Thu, 13 Aug 2026 10:47:17 +0000 Message-ID: <19618-c982e7ae5eb33035@postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk The following bug has been logged on the website: Bug reference: 19618 Logged by: Jon Haynes Email address: jonathan_haynes@baxter.com PostgreSQL version: 18.4 Operating system: RHEL 8 Description: =20 I have the following repository configured in /etc/yum.repos.d: [pgdg18] name=3DPostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch baseurl=3Dhttps://download.postgresql.org/pub/repos/yum/18/redhat/rhel-$rel= easever-$basearch enabled=3D1 gpgcheck=3D1 gpgkey=3Dfile:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL repo_gpgcheck=3D1 On RHEL 8.10 x86_64, dnf list --showduplicates postgresql18 reports: Error: No matching Packages to list However, I can see the PostgreSQL 18 RPMs in the repository directory, including: postgresql18-18.4-2PGDG.rhel8.10.x86_64.rpm at: https://ftp.postgresql.org/pub/repos/yum/18/redhat/rhel-8.10-x86_64/ Could there be an incomplete/stale repository metadata problem causing postgresql18 not to be included in the package metadata?