Re: BUG #8648: Segmentation fault on EXISTS with no *columns*

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: a(dot)g(dot)nienhuis(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8648: Segmentation fault on EXISTS with no *columns*
Date: 2013-12-03 01:31:09
Message-ID: 28885.1386034269@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

a(dot)g(dot)nienhuis(at)gmail(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2013-12-03 02:43:42 Re: pg_upgrade error attempting to upgrade from PostgreSQL 9.1.6 with postgis 2.1.1 to PostgreSQL 9.3.0
Previous Message a.g.nienhuis 2013-12-03 00:38:03 BUG #8648: Segmentation fault on EXISTS with no *columns*