Re: ERROR: Memory exhausted in AllocSetAlloc(68)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ruslan A Dautkhanov <rusland(at)scn(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: ERROR: Memory exhausted in AllocSetAlloc(68)
Date: 2003-05-27 14:14:55
Message-ID: 14946.1054044895@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Ruslan A Dautkhanov <rusland(at)scn(dot)ru> writes:
> isbs=# SELECT count(i.*),sum(i.param1),sum(60-i.param1) FROM inlog i,
^^^^^^^^^^

Make that just count(*). I think you're running into the poor handling
of whole-row references.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2003-05-27 16:15:27 Re: [BUGS] Bug #928: server_min_messages (log_min_messages
Previous Message Fernando Nasser 2003-05-27 14:00:06 Re: Bug #926: if old postgresql.jar in CLASSPATH, ant fails