Bug #779: query 'SELECT '{1,2}' *= NULL' crash backend

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #779: query 'SELECT '{1,2}' *= NULL' crash backend
Дата
Msg-id 20020923161440.5E42B475CC4@postgresql.org
обсуждение исходный текст
Ответы Re: Bug #779: query 'SELECT '{1,2}' *= NULL' crash backend  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Vadim Passynkov (Vadim.Passynkov@pathcom.com) reports a bug with a severity of 1
The lower the number the more severe it is.

Short Description
query 'SELECT '{1,2}' *= NULL' crash backend

Long Description
SELECT version();
                               version
---------------------------------------------------------------------
 PostgreSQL 7.2.2 on i386-portbld-freebsd4.7, compiled by GCC 2.95.4
(1 row)

SELECT '{1,2}' *= NULL;
server closed the connection unexpectedly
        This probably means the server terminated abnormally
        before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.


Sample Code
SELECT '{1,2}' *= NULL;

No file was uploaded with this report

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

Предыдущее
От: David Christian
Дата:
Сообщение: Re: Server hangs on multiple connections
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bug #779: query 'SELECT '{1,2}' *= NULL' crash backend