Re: [PATCH] Simple code cleanup in tuplesort.c.

From: Richard Guo <guofenglinux(at)gmail(dot)com>
To: Xing Guo <higuoxing(at)gmail(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Simple code cleanup in tuplesort.c.
Date: 2022-07-27 09:49:38
Message-ID: CAMbWs4_68kKe72wstkWyxnUDaRxMUcfFGL0geRh8MMx7gR=NuA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jul 27, 2022 at 5:10 PM Xing Guo <higuoxing(at)gmail(dot)com> wrote:

> The bounded heap sorting status flag is set twice in sort_bounded_heap()
> and tuplesort_performsort(). This patch helps remove one of them.
>

+1. Looks good to me.

Thanks
Richard

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2022-07-27 09:57:11 Re: making relfilenodes 56 bits
Previous Message Xing Guo 2022-07-27 09:09:54 [PATCH] Simple code cleanup in tuplesort.c.