Re: [HACKERS] Re: Nasty resource-leak problem in sort code

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Re: Nasty resource-leak problem in sort code
Дата
Msg-id 199905072301.TAA14256@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Nasty resource-leak problem in sort code  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> This will fix several problems, including (a) failure to release file
> descriptors after an error; (b) failure to delete temp files after
> an error; (c) risk of running out of FDs if multiple sorts are invoked
> concurrently (not sure if this can actually happen in the current state
> of the code).  Centralizing the generation of temp file names in one
> place seems like a good idea too.
> 
> Unless I hear objections, I'll work on this this weekend.

This sounds like a good plan.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Hashjoin status report
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: Nasty resource-leak problem in sort code]