Thread
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Remove extra "not" in pg_upgrade documentation.
- a3ef0b570c56 18.0 landed
-
not not - pgupgrade.sgml
Erik Rijkers <er@xs4all.nl> — 2025-05-01T06:30:09Z
Hi, It seems to me that, in doc/src/sgml/ref/pgupgrade.sgml, this phrase: "Because not all statistics are not transferred" should be: "Because not all statistics are transferred" Thanks, Erik
-
Re: not not - pgupgrade.sgml
Fujii Masao <masao.fujii@oss.nttdata.com> — 2025-05-01T08:13:07Z
On 2025/05/01 15:30, Erik Rijkers wrote: > Hi, > > It seems to me that, in doc/src/sgml/ref/pgupgrade.sgml, this phrase: > > "Because not all statistics are not transferred" > > should be: > > "Because not all statistics are transferred" You seem to be right (though I'm not a native English speaker). Thanks for the report! Regards, -- Fujii Masao Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION
-
Re: not not - pgupgrade.sgml
Nathan Bossart <nathandbossart@gmail.com> — 2025-05-01T14:32:36Z
On Thu, May 01, 2025 at 05:13:07PM +0900, Fujii Masao wrote: > On 2025/05/01 15:30, Erik Rijkers wrote: >> It seems to me that, in doc/src/sgml/ref/pgupgrade.sgml, this phrase: >> >> "Because not all statistics are not transferred" >> >> should be: >> >> "Because not all statistics are transferred" > > You seem to be right (though I'm not a native English speaker). Thanks for the report! Committed, thanks. -- nathan