public inbox for [email protected]help / color / mirror / Atom feed
Dead link in release notes for 19 8+ messages / 5 participants [nested] [flat]
* Dead link in release notes for 19 @ 2026-04-27 05:36 Daniel Westermann (DWE) <[email protected]> 0 siblings, 1 reply; 8+ messages in thread From: Daniel Westermann (DWE) @ 2026-04-27 05:36 UTC (permalink / raw) To: PostgreSQL Documentation <[email protected]> Hi, in the release notes for 19 there is a dead link in section "E.1.3.2. Query Commands", first entry, first link: https://postgr.es/c/2f094e7ac Regards Daniel ^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: Dead link in release notes for 19 @ 2026-04-27 07:53 Laurenz Albe <[email protected]> parent: Daniel Westermann (DWE) <[email protected]> 0 siblings, 1 reply; 8+ messages in thread From: Laurenz Albe @ 2026-04-27 07:53 UTC (permalink / raw) To: Daniel Westermann (DWE) <[email protected]>; PostgreSQL Documentation <[email protected]> On Mon, 2026-04-27 at 05:36 +0000, Daniel Westermann (DWE) wrote: > in the release notes for 19 there is a dead link in section "E.1.3.2. Query Commands", first entry, first link: > > https://postgr.es/c/2f094e7ac Strange, the link works for me. It points to commit 2f094e7ac691abc9d2fe0f4dcf0feac4a6ce1d9c. Yours, Laurenz Albe ^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: Dead link in release notes for 19 @ 2026-04-27 07:55 Daniel Westermann (DWE) <[email protected]> parent: Laurenz Albe <[email protected]> 0 siblings, 1 reply; 8+ messages in thread From: Daniel Westermann (DWE) @ 2026-04-27 07:55 UTC (permalink / raw) To: Laurenz Albe <[email protected]>; PostgreSQL Documentation <[email protected]> >Strange, the link works for me. >It points to commit 2f094e7ac691abc9d2fe0f4dcf0feac4a6ce1d9c. Yes, now it works. This morning it gave some XML error. Regards Daniel ^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: Dead link in release notes for 19 @ 2026-04-27 14:18 Jonathan S. Katz <[email protected]> parent: Daniel Westermann (DWE) <[email protected]> 0 siblings, 2 replies; 8+ messages in thread From: Jonathan S. Katz @ 2026-04-27 14:18 UTC (permalink / raw) To: Daniel Westermann (DWE) <[email protected]>; Laurenz Albe <[email protected]>; PostgreSQL Documentation <[email protected]> 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? Jonathan Attachments: [application/pgp-signature] OpenPGP_signature.asc (840B, ../../[email protected]/2-OpenPGP_signature.asc) download ^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: Dead link in release notes for 19 @ 2026-04-27 14:26 Daniel Westermann (DWE) <[email protected]> parent: Jonathan S. Katz <[email protected]> 1 sibling, 0 replies; 8+ messages in thread From: Daniel Westermann (DWE) @ 2026-04-27 14:26 UTC (permalink / raw) To: Jonathan S. Katz <[email protected]>; Laurenz Albe <[email protected]>; PostgreSQL Documentation <[email protected]> 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? Now it is back to not working, and this is what I get: XML Parsing Error: unclosed token Location: https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=2f094e7ac Line Number 5231, Column 41: <div class="diff ctx"> &nb ----------------------------------------^ Regards Daniel Jonathan ^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: Dead link in release notes for 19 @ 2026-04-27 14:37 Tom Lane <[email protected]> parent: Jonathan S. Katz <[email protected]> 1 sibling, 1 reply; 8+ messages in thread From: Tom Lane @ 2026-04-27 14:37 UTC (permalink / raw) To: Jonathan S. Katz <[email protected]>; +Cc: Daniel Westermann (DWE) <[email protected]>; Laurenz Albe <[email protected]>; PostgreSQL Documentation <[email protected]> "Jonathan S. Katz" <[email protected]> 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 ^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: Dead link in release notes for 19 @ 2026-04-27 16:29 Magnus Hagander <[email protected]> parent: Tom Lane <[email protected]> 0 siblings, 1 reply; 8+ messages in thread From: Magnus Hagander @ 2026-04-27 16:29 UTC (permalink / raw) To: Tom Lane <[email protected]>; +Cc: Jonathan S. Katz <[email protected]>; Daniel Westermann (DWE) <[email protected]>; Laurenz Albe <[email protected]>; PostgreSQL Documentation <[email protected]> On Mon, 27 Apr 2026 at 16:37, Tom Lane <[email protected]> wrote: > "Jonathan S. Katz" <[email protected]> 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. > > It's working right now, but next time it fails, if someone can check with a view source or similar if it happens to be that gitweb just cut off the outputsomewhere in th emiddle without finishing it. That is, if it is a HTML page but doesn't go all the way to </html>. //Magnus ^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: Dead link in release notes for 19 @ 2026-04-28 03:42 Daniel Westermann (DWE) <[email protected]> parent: Magnus Hagander <[email protected]> 0 siblings, 0 replies; 8+ messages in thread From: Daniel Westermann (DWE) @ 2026-04-28 03:42 UTC (permalink / raw) To: Magnus Hagander <[email protected]>; Tom Lane <[email protected]>; +Cc: Jonathan S. Katz <[email protected]>; Laurenz Albe <[email protected]>; PostgreSQL Documentation <[email protected]> Hi Magnus, >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. >It's working right now, but next time it fails, if someone can check with a view source or similar if it happens to be that >gitweb just cut off the outputsomewhere in th emiddle without finishing it. That is, if it is a HTML page but doesn't go all >the way to </html>. ... this is how the page ends when it is not working (Browser is Firefox): <div class="patch" id="patch90"> <div class="diff header">diff --git <a class="path" href="/gitweb/?p=postgresql.git;a=blob;f=src/include/parser/analyze.h;h=abc5f11cafd6655c57e77f4cac7522ad6a1ed4b1">a/src/include/parser/analyze.h</a> <a class="path" href="/gitweb/?p=postgresql.git;a=blob;f=src/include/parser/analyze.h;h=e10270ff0ffdedc9cc1e713c5b1431558cc594ca;hb=2f094e7ac">b/src/include/parser/analyze.h</a></div> <div class="diff extended_header"> index abc5f11cafd6655c57e77f4cac7522ad6a1ed4b1..e10270ff0ffdedc9cc1e713c5b1431558cc594ca 100644<span class="info"> (file)</span><br/> </div> <div class="diff from_file">--- a/<a class="path" href="/gitweb/?p=postgresq Regards Daniel ^ permalink raw reply [nested|flat] 8+ messages in thread
end of thread, other threads:[~2026-04-28 03:42 UTC | newest] Thread overview: 8+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2026-04-27 05:36 Dead link in release notes for 19 Daniel Westermann (DWE) <[email protected]> 2026-04-27 07:53 ` Laurenz Albe <[email protected]> 2026-04-27 07:55 ` Daniel Westermann (DWE) <[email protected]> 2026-04-27 14:18 ` Jonathan S. Katz <[email protected]> 2026-04-27 14:26 ` Daniel Westermann (DWE) <[email protected]> 2026-04-27 14:37 ` Tom Lane <[email protected]> 2026-04-27 16:29 ` Magnus Hagander <[email protected]> 2026-04-28 03:42 ` Daniel Westermann (DWE) <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox