Re: [HACKERS] Out of memory problem (forwarded bug report)

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Vladimír Beneš <Vladimir.Benes@pvt.cz>
Cc: pgsql-hackers@postgreSQL.org, Mühlpachr Michal <michalm@pvt.net>
Date: 2000-02-24T15:45:01Z
Lists: pgsql-hackers
"=?iso-8859-2?B?VmxhZGlt7XIgQmVuZbk=?=" <Vladimir.Benes@pvt.cz> writes:
> collector=> select sum(int8(bytes)) from flow_sums;

That will not help, because you're still invoking the int8 flavor of
sum().  Might as well leave it alone and update to 7.0 beta.

			regards, tom lane