Re: C Function Question

Поиск
Список
Период
Сортировка
От Terry Lee Tucker
Тема Re: C Function Question
Дата
Msg-id 200907280548.13791.terry@chosen-ones.org
обсуждение исходный текст
Ответ на Re: C Function Question  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Список pgsql-general
On Tuesday 28 July 2009 03:22, Albe Laurenz wrote:
> Terry Lee Tucker wrote:
> > Does anyone know if a function written in C and linked into the backend
> > in a shared library with a statically declared structure, maintain that
> > data for the life of the backend process such that, when the function is
> > called again, the structure data is intact?
> >
> > Thanks for any insight anyone can give...
>
> Yes, that should work.
>
> Yours,
> Laurenz Albe

Thanks for the reply Laurenze. I put together a small test case scenario and,
indeed, it does work as I had hoped and as you indicated.

Thanks for the help...
--

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

Предыдущее
От: Andreas Wenk
Дата:
Сообщение: Re: Video available for PGDay SJC '09
Следующее
От: "Albe Laurenz"
Дата:
Сообщение: Re: count of query results in for loop