[PATCH] Simple code cleanup in tuplesort.c.

From: Xing Guo <higuoxing(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: [PATCH] Simple code cleanup in tuplesort.c.
Date: 2022-07-27 09:09:54
Message-ID: CACpMh+AQ4GXRKKi9ib2ioUH+qwNaSAVbetssJ0tMPfxAWuL2yg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
remove-redundant-logic.patch text/x-patch 368 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Guo 2022-07-27 09:49:38 Re: [PATCH] Simple code cleanup in tuplesort.c.
Previous Message Michael Paquier 2022-07-27 09:09:38 Re: Non-replayable WAL records through overflows and >MaxAllocSize lengths