Re: BUG #8648: Segmentation fault on EXISTS with no *columns* - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #8648: Segmentation fault on EXISTS with no *columns*
Date
Msg-id 28885.1386034269@sss.pgh.pa.us
Whole thread Raw
In response to BUG #8648: Segmentation fault on EXISTS with no *columns*  (a.g.nienhuis@gmail.com)
List pgsql-bugs
a.g.nienhuis@gmail.com writes:
> arjen=> CREATE TABLE test ();
> CREATE TABLE
> arjen=> SELECT EXISTS (SELECT * FROM test);
> The connection to the server was lost. Attempting reset: Failed.

Ooops :-(.  Fixed, thanks for the report!

This came in a bit too late for this week's minor releases, but it'll
be in the next ones.

            regards, tom lane

pgsql-bugs by date:

Previous
From: a.g.nienhuis@gmail.com
Date:
Subject: BUG #8648: Segmentation fault on EXISTS with no *columns*
Next
From: Bruce Momjian
Date:
Subject: Re: pg_upgrade error attempting to upgrade from PostgreSQL 9.1.6 with postgis 2.1.1 to PostgreSQL 9.3.0