[PATCH] Simple code cleanup in tuplesort.c.
Xing Guo <higuoxing@gmail.com>
From: Xing Guo <higuoxing@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2022-07-27T09:09:54Z
Lists: pgsql-hackers
Attachments
- remove-redundant-logic.patch (text/x-patch) patch
Hi hackers, The bounded heap sorting status flag is set twice in sort_bounded_heap() and tuplesort_performsort(). This patch helps remove one of them. 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