Re: [PATCH] Simple code cleanup in tuplesort.c.
Xing Guo <higuoxing@gmail.com>
From: Xing Guo <higuoxing@gmail.com>
To: John Naylor <john.naylor@enterprisedb.com>
Cc: Richard Guo <guofenglinux@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2023-01-09T12:29:23Z
Lists: pgsql-hackers
On 1/9/23, John Naylor <john.naylor@enterprisedb.com> wrote: > On Thu, Jan 5, 2023 at 8:18 AM John Naylor <john.naylor@enterprisedb.com> > wrote: >> >> The label TSS_BUILDRUNS has a similar style and also the following > comment, so I will push this patch with a similar comment added unless > someone wants to make a case for doing otherwise. >> >> * Note that mergeruns sets the correct state->status. > > This has been pushed, thanks. Note that both patches in this thread have > the same name. Adding a version number to the name is a good way to > distinguish them. Thank you John. This is my first patch, I'll keep it in mind that adding a version number next time I sending the patch. > -- > John Naylor > EDB: http://www.enterprisedb.com > -- Best Regards, Xing
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Remove redundant setting of tuplesort status
- 2673ebf49acf 16.0 landed