Re: [PATCH] Simple code cleanup in tuplesort.c.
Cary Huang <cary.huang@highgo.ca>
From: Cary Huang <cary.huang@highgo.ca>
To: pgsql-hackers@lists.postgresql.org
Cc: Xing Guo <higuoxing@gmail.com>
Date: 2022-11-25T21:41:14Z
Lists: pgsql-hackers
The following review has been posted through the commitfest application: make installcheck-world: tested, passed Implements feature: not tested Spec compliant: not tested Documentation: not tested Removing "state->status = TSS_SORTEDINMEM" should be fine as it is already set in sort_bounded_heap(state) few lines before. Cary Huang ---------------- HighGo Software Canada www.highgo.ca
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