Re: Fix incorrect comments in tuplesort.c - Mailing list pgsql-hackers

From cca5507
Subject Re: Fix incorrect comments in tuplesort.c
Date
Msg-id tencent_A9E3BD1DA8DA6185E21756D5A6A474C9540A@qq.com
Whole thread Raw
In response to Re: Fix incorrect comments in tuplesort.c  ("David G. Johnston" <david.g.johnston@gmail.com>)
Responses Re: Fix incorrect comments in tuplesort.c
List pgsql-hackers
Hi,

I find that the initial size of memtuples array must be more than ALLOCSET_SEPARATE_THRESHOLD
is not for lower overhead of allocation, but for a bug fixed in 8ea3e7a75c0d22c41c57f59c8b367059b97d0b66.

Attach a new patch.

--
Regards,
ChangAo Chen

Attachment

pgsql-hackers by date:

Previous
From: Kirill Reshke
Date:
Subject: Re: WIP - xmlvalidate implementation from TODO list
Next
From: Kirill Reshke
Date:
Subject: Re: Add a property to automatically suspend portals as they produce given number of bytes