Re: [HACKERS] Temp Table Memory Leak

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Temp Table Memory Leak
Дата
Msg-id 200001170532.AAA12602@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Temp Table Memory Leak  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] Temp Table Memory Leak  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
> Kristofer Munn <kmunn@munn.com> writes:
> > I've created a sample case that reproduces the error that I will attach
> > with this message.  Basically, I create a 50 column temp table (with no
> > rows in it) and then run updates on each column in succession.  The
> > backend gets large pretty quick - I'm seeing about 12Megs after running
> > the enclosed script which does an update on all 50 columns 3 times (150
> > updates).
> 
> I confirm the leak in 6.5.* --- but I see no leak in current sources.

Great.  Now the big question is should we backpatch, and if so do we
want a 6.5.4.  I know you(Tom) have put a number of patches into the
6.5.* branch, and we are at least 2 months away from our next release.

Comments?

--  Bruce Momjian                        |  http://www.op.net/~candle pgman@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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Temp Table Memory Leak
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Temp Table Memory Leak