Re: Detailed release notes

From: Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>
To: jian he <jian(dot)universality(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Euler Taveira <euler(at)eulerto(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, 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 12:50:25
Message-ID: CAB-JLwYv1gR-_4Ms2MgZXL48BUuYm2tCoQKO3h6kuEJcMXTS7Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Em qui., 8 de ago. de 2024 às 00:11, jian he <jian(dot)universality(at)gmail(dot)com>
escreveu:

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

Comma at end of line of these should be removed
<ulink url="&commit_baseurl;165d581f1"> [165d581f1] </ulink>,
<ulink url="&commit_baseurl;6dbb49026"> [6dbb49026] </ulink>,

Maybe those items which have lots of commits would be strange
A space before commas on next links I think should be removed because an
item like this
<ulink url="&commit_baseurl;c951e9042"> [c951e9042] </ulink>,
<ulink url="&commit_baseurl;d16eb83ab"> [d16eb83ab] </ulink>,
<ulink url="&commit_baseurl;cd3424748"> [cd3424748] </ulink>,
<ulink url="&commit_baseurl;816f10564"> [816f10564] </ulink>,
<ulink url="&commit_baseurl;927332b95"> [927332b95] </ulink>,
<ulink url="&commit_baseurl;f1bb9284f"> [f1bb9284f] </ulink>,
<ulink url="&commit_baseurl;304b6b1a6"> [304b6b1a6] </ulink>,
<ulink url="&commit_baseurl;60ae37a8b"> [60ae37a8b] </ulink>,
<ulink url="&commit_baseurl;2800fbb2b"> [2800fbb2b] </ulink>
would be like
[c951e9042] <https://postgr.es/c/c951e9042> , [d16eb83ab]
<https://postgr.es/c/d16eb83ab> , [cd3424748]
<https://postgr.es/c/cd3424748> , [816f10564]
<https://postgr.es/c/816f10564> , [927332b95]
<https://postgr.es/c/927332b95> , [f1bb9284f]
<https://postgr.es/c/f1bb9284f> , [304b6b1a6]
<https://postgr.es/c/304b6b1a6> , [60ae37a8b]
<https://postgr.es/c/60ae37a8b> , [2800fbb2b]
<https://postgr.es/c/2800fbb2b>
And if removed that space would be
[c951e9042 <https://postgr.es/c/c951e9042>], [d16eb83ab
<https://postgr.es/c/d16eb83ab>], [cd3424748 <https://postgr.es/c/cd3424748>],
[816f10564], [927332b95], [f1bb9284f], [304b6b1a6], [60ae37a8b], [2800fbb2b]
But if we use just one bracket, then would be
[c951e9042 <https://postgr.es/c/c951e9042>, d16eb83ab
<https://postgr.es/c/d16eb83ab>, cd3424748 <https://postgr.es/c/cd3424748>,
816f10564, 927332b95, f1bb9284f, 304b6b1a6, 60ae37a8b, 2800fbb2b]

regards
Marcos

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Banck 2024-08-08 12:54:55 Re: Enable data checksums by default
Previous Message Amit Kapila 2024-08-08 12:38:11 Re: [bug fix] prepared transaction might be lost when max_prepared_transactions is zero on the subscriber