Re: [BUGS] ERROR: Memory exhausted in AllocSetAlloc(68)

2003-05-27 Thread Ruslan A Dautkhanov
Tom Lane wrote:

> Ruslan A Dautkhanov <[EMAIL PROTECTED]> 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.

Yes, after changing COUNT(i.*) for COUNT(*) the problem dissappear.
Thanks for advance, but I don't understand difference between this two
examples... :-|


--
 best regards,
Ruslan A Dautkhanov  [EMAIL PROTECTED]


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [BUGS] missing DLLIMPORT for cpu_index_tuple_cost

2003-05-27 Thread Bruce Momjian

Your patch has been added to the PostgreSQL unapplied patches list at:

http://momjian.postgresql.org/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---


Norman Vine wrote:
> add missing DLLIMPORT for cpu_index_tuple_cost to
> src/include/optimizer/cost.h.
> 
> This is required to compile the PostGIS extension module
> with Cygwin
> http://postgis.refractions.net
> 
> Norman 

[ Attachment, skipping... ]

> 
> ---(end of broadcast)---
> TIP 4: Don't 'kill -9' the postmaster

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

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])