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 1wHN5a-00775x-0V for pgsql-docs@arkaria.postgresql.org; Mon, 27 Apr 2026 14:37:34 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wHN5Y-00ELo5-1R for pgsql-docs@arkaria.postgresql.org; Mon, 27 Apr 2026 14:37:32 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wHN5Y-00ELnx-0h for pgsql-docs@lists.postgresql.org; Mon, 27 Apr 2026 14:37:32 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wHN5W-00000003Lqx-0IAw; Mon, 27 Apr 2026 14:37:31 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 63REbNTe2569673; Mon, 27 Apr 2026 10:37:23 -0400 From: Tom Lane To: "Jonathan S. Katz" cc: "Daniel Westermann (DWE)" , Laurenz Albe , PostgreSQL Documentation Subject: Re: Dead link in release notes for 19 In-reply-to: References: Comments: In-reply-to "Jonathan S. Katz" message dated "Mon, 27 Apr 2026 10:18:57 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2569671.1777300643.1@sss.pgh.pa.us> Date: Mon, 27 Apr 2026 10:37:23 -0400 Message-ID: <2569672.1777300643@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk "Jonathan S. Katz" writes: > On 4/27/26 3:55 AM, Daniel Westermann (DWE) wrote: >>> Strange, the link works for me. >>> It points to commit 2f094e7ac691abc9d2fe0f4dcf0feac4a6ce1d9c. >> Yes, now it works. This morning it gave some XML error. > When I clicked the link, the page errors, but there's an error message > at the top: > === > This page contains the following errors: > error on line 6484 at column 177: EntityRef: expecting ';' > Below is a rendering of the page up to the first error. > === > I think this may be an issue with gitweb? Yeah, I got a rendering error too (yet a different one). I think that commit is so large that we're running into browser rendering engine bugs. Or maybe gitweb is failing to send it all. regards, tom lane