Re: patch: tsearch - some memory diet

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: patch: tsearch - some memory diet
Дата
Msg-id AANLkTik7YUnqM-7KHOYyRSw+Q4sFvKLvNjaTjfVFnFz5@mail.gmail.com
обсуждение исходный текст
Ответ на Re: patch: tsearch - some memory diet  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: patch: tsearch - some memory diet  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Hello

2010/10/4 Robert Haas <robertmhaas@gmail.com>:
> On Oct 3, 2010, at 7:02 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> It's not at all apparent that the code is even
>> safe as-is, because it's depending on the unstated assumption that that
>> static variable will get reset once per dictionary.  The documentation
>> is horrible: it doesn't really explain what the patch is doing, and what
>> it does say is wrong.
>
> Yep. We certainly would need to convince ourselves that this is correct before applying it, and that is all kinds of
non-obvious.
>

what is good documentation?

This patch doesn't do more, than it removes palloc overhead on just
one structure of TSearch2 ispell dictionary. It isn't related to some
static variable - the most important is fact so this memory is
unallocated by dropping of memory context.

Regards

Pavel Stehule


> ...Robert


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

Предыдущее
От: Itagaki Takahiro
Дата:
Сообщение: Re: I: About "Our CLUSTER implementation is pessimal" patch
Следующее
От: Hitoshi Harada
Дата:
Сообщение: Re: wip: functions median and percentile