Re: [HACKERS] Small improvement to compactify_tuples

Поиск
Список
Период
Сортировка
От Sokolov Yura
Тема Re: [HACKERS] Small improvement to compactify_tuples
Дата
Msg-id a9327865736cd63820f009141917063f@postgrespro.ru
обсуждение исходный текст
Ответ на Re: [HACKERS] Small improvement to compactify_tuples  (Sokolov Yura <funny.falcon@postgrespro.ru>)
Ответы Re: [HACKERS] Small improvement to compactify_tuples  (Claudio Freire <klaussfreire@gmail.com>)
Список pgsql-hackers
On 2017-07-21 13:49, Sokolov Yura wrote:
> On 2017-05-17 17:46, Sokolov Yura wrote:
>> Alvaro Herrera писал 2017-05-15 20:13:
>>> As I understand, these patches are logically separate, so putting 
>>> them
>>> together in a single file isn't such a great idea.  If you don't edit
>>> the patches further, then you're all set because we already have the
>>> previously archived patches.  Next commitfest starts in a few months
>>> yet, and if you feel the need to submit corrected versions in the
>>> meantime, please do submit in separate files.  (Some would even argue
>>> that each should be its own thread, but I don't think that's 
>>> necessary.)
>> 
>> Thank you for explanation.
>> 
>> I'm adding new version of first patch with minor improvement:
>> - I added detection of a case when all buckets are trivial
>>   (ie 0 or 1 element). In this case no need to sort buckets at all.
> 
> I'm putting rebased version of second patch.

Again rebased version of both patches.
Now second patch applies cleanly independent of first patch.

-- 
Sokolov Yura aka funny_falcon
Postgres Professional: https://postgrespro.ru
The Russian Postgres Company
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Elvis Pranskevichus
Дата:
Сообщение: Re: [HACKERS] [PATCH v1] Add and report the new "in_hot_standby" GUC pseudo-variable.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] Automatic testing of patches in commit fest