Re: [HACKERS] Followup on the UnixWare Optimizer bug.
От
Tom Lane
Тема
Re: [HACKERS] Followup on the UnixWare Optimizer bug.
Дата
Msg-id
23284.1124937567@sss.pgh.pa.us
Ответ на
Re: [HACKERS] Followup on the UnixWare Optimizer bug. (Bruce Momjian)
Список
Дерево обсуждения
Re: [HACKERS] Followup on the UnixWare Optimizer bug. Bruce Momjian <pgman@candle.pha.pa.us>
Re: [HACKERS] Followup on the UnixWare Optimizer bug. Tom Lane <tgl@sss.pgh.pa.us>
Re: [HACKERS] Followup on the UnixWare Optimizer bug. Bruce Momjian <pgman@candle.pha.pa.us>
Bruce Momjian writes: > Good catch on the memory leak. I have applied the following fix. These explicit pfrees are a waste of time, and probably actually counterproductive as far as speed goes, because these functions will always be invoked in relatively short-lived memory contexts. I wouldn't object except that they seem to make the code noticeably more obscure. regards, tom lane
В списке pgsql-patches по дате отправления