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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Vladimír Beneš <Vladimir(dot)Benes(at)pvt(dot)cz>
Cc: pgsql-hackers(at)postgreSQL(dot)org, Mühlpachr Michal <michalm(at)pvt(dot)net>
Subject: Re: [HACKERS] Out of memory problem (forwarded bug report)
Date: 2000-02-24 15:45:01
Message-ID: 21722.951407101@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"=?iso-8859-2?B?VmxhZGlt7XIgQmVuZbk=?=" <Vladimir(dot)Benes(at)pvt(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-02-24 15:49:16 Re: [HACKERS] 7.0beta1 on Win32
Previous Message Bruce Momjian 2000-02-24 15:44:57 Re: [HACKERS] Re: [BUGS] First experiences with Postgresql 7.0