commit_baseurl is broken in postgres.sgml

From: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: commit_baseurl is broken in postgres.sgml
Date: 2025-10-13 05:34:18
Message-ID: C1DA457D-FCF6-4734-A7DE-E25A31E78788@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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=commitdiff is the correct URL, and anyway I don’t know how to generate a short URL.

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-10-13 05:39:41 Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options
Previous Message Shubham Khanna 2025-10-13 05:18:10 Re: Add support for specifying tables in pg_createsubscriber.