Re: Terminating a SETOF function call sequence

Поиск
Список
Период
Сортировка
От Thomas Hallgren
Тема Re: Terminating a SETOF function call sequence
Дата
Msg-id thhal-0xQbwAvuSxic1xNuidV6HkQ08IIRlp0@mailblocks.com
обсуждение исходный текст
Ответ на Re: Terminating a SETOF function call sequence  ("John Hansen" <john@geeknet.com.au>)
Список pgsql-hackers
John,

>You are supposed to free resources used to produce the rows before srf_return_next();
>  
>
I can (and must) free up the resources used to produce one single row at
that time yes, but I might have resources that is common to all rows.
Let's assume that I have a file open for instance. I read one row at a
time from that file. I need to know when to close the file.

Regards,
Thomas Hallgren





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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: win32 performance - fsync question
Следующее
От: "Zeugswetter Andreas DAZ SD"
Дата:
Сообщение: Re: Design notes for BufMgrLock rewrite