Re: Detailed release notes - Mailing list pgsql-hackers

From jian he
Subject Re: Detailed release notes
Date
Msg-id CACJufxGEcBRqx+J2-gbSOfaX8D7QMGX_CYG23b3HZnC1vJaUUg@mail.gmail.com
Whole thread Raw
In response to Re: Detailed release notes  (Andres Freund <andres@anarazel.de>)
Responses Re: Detailed release notes
List pgsql-hackers
On Tue, Aug 6, 2024 at 11:12 PM Andres Freund <andres@anarazel.de> wrote:
>
> Hi,
>
> On 2024-08-06 12:02:59 -0300, Euler Taveira wrote:
> > Talking about the patch, do we want to rely on an external resource? I suggest
> > that we use a postgresql.org subdomain. It can point to
> >
> > https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=$COMMIT
>
> I wonder if we should make that a configurable base domain? We have a few
> other variables in the sgml that can optionally be set.
>

Thanks for the tip.

adding the following line to postgres.sgml saved me.
+<!ENTITY commit_baseurl "https://postgr.es/c/">


if people think https://postgr.es/c/da4017a694d no good
we have
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=da4017a694d
and
https://git.postgresql.org/cgit/postgresql.git/commit/?id=da4017a694d


now we don't need to repeat the url prefix in release-17.sgml.
it is not configurable though.

Attachment

pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Logical Replication of sequences
Next
From: Xiaoran Wang
Date:
Subject: [patch] Imporve pqmq