Re: commit_baseurl is broken in postgres.sgml - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: commit_baseurl is broken in postgres.sgml
Date
Msg-id B1640171-32D4-4D85-B84A-3A036D41A41D@yesql.se
Whole thread Raw
In response to commit_baseurl is broken in postgres.sgml  (Chao Li <li.evan.chao@gmail.com>)
Responses Re: commit_baseurl is broken in postgres.sgml
List pgsql-hackers
> On 13 Oct 2025, at 07:34, Chao Li <li.evan.chao@gmail.com> wrote:
>
> Hi Hacker,
>
> I just noticed $SUBJECT:
>
> In doc/src/sgml/postgres.sgml, line 12:
> ```
> <!ENTITY commit_baseurl "https://postgr.es/c/">
> ```
>
> https://postgr.es/c/ is resolved to https://git.postgresql.org/pg/commitdiff/, but the URL now returns 404.
>
> Looks like Bruce fixed the URL 13 months ago, but it’s broken again. I am not sure if
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiffis the correct URL, 

The baseurl needs a commit id to work, like https://postgr.es/m/<commit_id>.
If you look at the links to commits in the release notes you will see it
working.

> and anyway I don’t know how to generate a short URL.

For commits, https://postgr.es/m/<commit_id> and for emails on any archived
list it's https://postgr.es/m/<message_id>.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Nazir Bilal Yavuz
Date:
Subject: Re: pgstattuple: Use streaming read API in pgstatindex functions
Next
From: Chao Li
Date:
Subject: Re: commit_baseurl is broken in postgres.sgml