Re: Postgresql 9.1.2 - abnormal memory usage

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgresql 9.1.2 - abnormal memory usage
Дата
Msg-id 27575.1323671190@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Postgresql 9.1.2 - abnormal memory usage  (Andres Freund <andres@anarazel.de>)
Ответы Re: Postgresql 9.1.2 - abnormal memory usage  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-bugs
Andres Freund <andres@anarazel.de> writes:
> In 3b8161723c645853021b57330dd2ea0484ec6131 Heikki made DatumGetInetP unpack
> toasted values. Unfortunately the btree support functions for the inet type
> didn't free memory which they have to do in contrast to about everything else.

> I fixed a few more functions than strictly necessary but I guess thats ok.

Seems like the correct fix is to revert these functions to the former
behavior, ie they should be using the PP macros not the unpacking ones.

            regards, tom lane

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

Предыдущее
От: John Lumby
Дата:
Сообщение: Re: LIKE predicate and ERROR: 42P22: could not determine which collation to use for string comparison - HINT: Use the COLLATE clause ...
Следующее
От: Jochen Erwied
Дата:
Сообщение: Re: Postgresql 9.1.2 - abnormal memory usage