[PATCH] Simple code cleanup in tuplesort.c. - Mailing list pgsql-hackers

From Xing Guo
Subject [PATCH] Simple code cleanup in tuplesort.c.
Date
Msg-id CACpMh+AQ4GXRKKi9ib2ioUH+qwNaSAVbetssJ0tMPfxAWuL2yg@mail.gmail.com
Whole thread Raw
Responses Re: [PATCH] Simple code cleanup in tuplesort.c.
Re: [PATCH] Simple code cleanup in tuplesort.c.
List 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

pgsql-hackers by date:

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