Re: BUG #2148: Crashes on simple statement

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
Cc: Sokolov Yura <falcon(at)intercable(dot)ru>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2148: Crashes on simple statement
Date: 2006-01-06 16:46:20
Message-ID: 20060106164620.GA7446@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Fri, Jan 06, 2006 at 10:30:28AM -0600, Jim C. Nasby wrote:
> OS X, Version 8.1.1:
> decibel=# select ms from (select 1) ms;
> server closed the connection unexpectedly

This query doesn't crash for me with the latest CVS. It might be
the same problem Tom fixed a few weeks ago:

http://archives.postgresql.org/pgsql-bugs/2005-12/msg00128.php
http://archives.postgresql.org/pgsql-committers/2005-12/msg00296.php
http://archives.postgresql.org/pgsql-committers/2005-12/msg00297.php

--
Michael Fuhr

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2006-01-06 16:47:47 Re: BUG #2148: Crashes on simple statement
Previous Message Tom Lane 2006-01-06 16:45:32 Re: BUG #2152: psql crash reproducible