Re: BUG #2148: Crashes on simple statement

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: BUG #2148: Crashes on simple statement
Дата
Msg-id 20060106163028.GK3902@pervasive.com
обсуждение исходный текст
Ответ на BUG #2148: Crashes on simple statement  ("Sokolov Yura" <falcon@intercable.ru>)
Ответы Re: BUG #2148: Crashes on simple statement  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-bugs
On Thu, Jan 05, 2006 at 04:19:23PM +0000, Sokolov Yura wrote:
>
> The following bug has been logged online:
>
> Bug reference:      2148
> Logged by:          Sokolov Yura
> Email address:      falcon@intercable.ru
> PostgreSQL version: 8.0
> Operating system:   Slackware Linux 2.6.14.1
> Description:        Crashes on simple statement
> Details:
>
> select ms from (select 1) ms

OS X, Version 8.1.1:
decibel=# select ms from (select 1) ms;
server closed the connection unexpectedly
        This probably means the server terminated abnormally
        before or while processing the request.

The backend didn't actually crash, though.
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Sokolov Yura"
Дата:
Сообщение: BUG #2148: Crashes on simple statement
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2153: atan2(0, 0) ERROR: input is out of range on Solaris