Re: Test case for bug fix in 7.4.3

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Gunasekaran Balakrishnan <guna(at)motorola(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Test case for bug fix in 7.4.3
Date: 2004-08-05 03:59:48
Message-ID: 200408050359.i753xmA21491@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Gunasekaran Balakrishnan wrote:
> The problem is that postgres is distributed as part of our product.
> The last release we did was a month ago, where we upgraded from
> 7.2.2 to 7.4.2. There is no scheduled upgrade for the next 6 months.
> So, I want to see how critical this problem is and what the chances
> are of this occuring on our customer sites.
>
> Thanks,
> guna.
>
>
>
> Bruce Momjian wrote:
>
> >Gunasekaran Balakrishnan wrote:
> >
> >
> >>Hi,
> >>
> >> I see that one of the bug fixes in 7.4.3 is:
> >>
> >>"Fix temporary memory leak when using non-hashed aggregates (Tom)"
> >>
> >>I am still using 7.4.2, and want to find out if I need to upgrade to 7.4.3.
> >>
> >>I did not quite understand the bug, or find a way to re-produce this in the
> >>mailist archives.
> >>
> >>Can someone point me to the test case which can re-produce this problem.
> >>
> >>
> >
> >No, just upgrade, it is very easy, just stop, install, restart.

Ah, that is a tricky one. I don't think the problem is serious enough
to cause a mass upgrade. As I remember, the issue is that larger
aggregates could run out of memory and the query would fail. The memory
is always reclaimed at the end of the statement so unless you are seeing
aggregate failures, you should be fine.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Oscar Tuscon 2004-08-05 04:19:41 Sequence Question
Previous Message Gunasekaran Balakrishnan 2004-08-05 03:53:25 Re: Test case for bug fix in 7.4.3