Re: Detailed release notes

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Euler Taveira <euler(at)eulerto(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>, Daniel Gustafsson <daniel(at)yesql(dot)se>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Detailed release notes
Date: 2024-08-08 03:10:00
Message-ID: CACJufxGEcBRqx+J2-gbSOfaX8D7QMGX_CYG23b3HZnC1vJaUUg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Aug 6, 2024 at 11:12 PM Andres Freund <andres(at)anarazel(dot)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 Content-Type Size
v2-0001-pg-17-release-note-add-git-commit-link-reference.patch application/x-patch 75.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Xiaoran Wang 2024-08-08 03:23:44 [patch] Imporve pqmq
Previous Message Peter Smith 2024-08-08 03:00:28 Re: Logical Replication of sequences