invalid memory alloc request size 0

From: Gaetano Mendola <mendola(at)bigfoot(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: invalid memory alloc request size 0
Date: 2004-05-11 21:38:13
Message-ID: c7rh4b$lqn$1@floppy.pyrenet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,
strange errors with a empty table:

kalman=# create table test();
CREATE TABLE
kalman=# select * from test t union select * from test t1;
ERROR: invalid memory alloc request size 0

I think this have to return:

--
(0 rows)

Regards
Gaetano Mendola

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-05-11 21:53:32 Re: XLog: how to log?
Previous Message Alvaro Herrera 2004-05-11 21:26:00 Re: XLog: how to log?