invalid memory alloc request size 0 - Mailing list pgsql-hackers

From Gaetano Mendola
Subject invalid memory alloc request size 0
Date
Msg-id c7rh4b$lqn$1@floppy.pyrenet.fr
Whole thread Raw
List 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





pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: XLog: how to log?
Next
From: Tom Lane
Date:
Subject: Re: XLog: how to log?