Re: memory allocation in postgres

Поиск
Список
Период
Сортировка
От Kjetil Haaland
Тема Re: memory allocation in postgres
Дата
Msg-id 200411241005.48168.kjetil.haaland@student.uib.no
обсуждение исходный текст
Ответ на Re: memory allocation in postgres  ("Kjetil Haaland" <kjetil.haaland@student.uib.no>)
Список pgsql-novice
On Monday 22 November 2004 22:53, Kjetil Haaland wrote:
> No and yes, in the first function i wanted it to last, but in the next i
> want it to go away, so my question is how do i free the memory, so that
> next time i call the function in the same session the pointer that points
> to the char value, points to a null value or nothing?

Hi again

Does anyone now how i do this? I have tried to use pfree(pointer) but i
doesn't seem to do anything. I print out whats in the pointer before i use
pfree and after i use it and it is the same. Am i using the wrong method or
is there any other way to do this?

thanks

-Kjetil

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

Предыдущее
От: ravi shankar
Дата:
Сообщение: Re: Dumping Postgresql 7.4.2 database file into Postgresql 7.1.3 or 7.3 or 7.2 databases
Следующее
От: "Pradeepkumar, Pyatalo (IE10)"
Дата:
Сообщение: Replacing old tuples on insert