Re: Interesting misbehavior of repalloc()

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: Interesting misbehavior of repalloc()
Дата
Msg-id 87bqdd231j.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Interesting misbehavior of repalloc()  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Interesting misbehavior of repalloc()
Список pgsql-hackers
"Tom Lane" <tgl@sss.pgh.pa.us> writes:

> Perhaps we should just remove lines 934-982 of aset.c, and always handle
> small-chunk reallocs with the "brute force" case.  Can anyone see a way
> to salvage something from the "realloc-in-place" idea?
>
> One thought that comes to mind is to try to make AllocSetFree recognize
> when it's pfree'ing the last chunk in a memory block, and to handle that
> by decrementing the freeptr instead of putting the chunk into any
> freelist.  

We could also only do the realloc-in-place only if there isn't a 4k chunk in
the 4k freelist. I'm imagining that usually there wouldn't be.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Interesting misbehavior of repalloc()
Следующее
От: "April Lorenzen"
Дата:
Сообщение: proper way to fix information_schema.key_column_usage view