Re: Detailed release notes - Mailing list pgsql-hackers

From Marcos Pegoraro
Subject Re: Detailed release notes
Date
Msg-id CAB-JLwYv1gR-_4Ms2MgZXL48BUuYm2tCoQKO3h6kuEJcMXTS7Q@mail.gmail.com
Whole thread Raw
In response to Re: Detailed release notes  (jian he <jian.universality@gmail.com>)
Responses Re: Detailed release notes
List pgsql-hackers
Em qui., 8 de ago. de 2024 às 00:11, jian he <jian.universality@gmail.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
And if removed that space would be
[c951e9042], [d16eb83ab], [cd3424748], [816f10564], [927332b95], [f1bb9284f], [304b6b1a6], [60ae37a8b], [2800fbb2b]
But if we use just one bracket, then would be
[c951e9042d16eb83abcd3424748, 816f10564, 927332b95, f1bb9284f, 304b6b1a6, 60ae37a8b, 2800fbb2b]

regards
Marcos

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: [bug fix] prepared transaction might be lost when max_prepared_transactions is zero on the subscriber
Next
From: Michael Banck
Date:
Subject: Re: Enable data checksums by default