Re: palloc? (re: What's with update?)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: palloc? (re: What's with update?)
Дата
Msg-id 4136.979842495@sss.pgh.pa.us
обсуждение исходный текст
Ответ на palloc? (re: What's with update?)  (mlw <markw@mohawksoft.com>)
Список pgsql-hackers
mlw <markw@mohawksoft.com> writes:
> I think I know what the problem is:
> I have a couple indexes created with a "lower" function to index on
> lowercase.

Ah.  You're correct, functional indexes leak memory in existing PG
releases.  The memory is reclaimed at end of statement, which is not
soon enough if you insert/update a large number of rows.

I think this is fixed in 7.1 though, if you want to try it...
        regards, tom lane


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

Предыдущее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: compiling 7.1-beta1
Следующее
От: Aditya Damle
Дата:
Сообщение: A bug with unique indicies