Re: [HACKERS] query crashes backend - cvs

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: [HACKERS] query crashes backend - cvs
Дата
Msg-id 199809160332.MAA13328@srapc451.sra.co.jp
обсуждение исходный текст
Ответ на query crashes backend - cvs  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-hackers
This query crashes the backend too.

template1=> select @1;
pqReadData() -- backend closed the channel unexpectedly.
    This probably means the backend terminated abnormally before or while processing the request.
We have lost the connection to the backend, so further processing is impossible.  Terminating.

With 6.3.2 the same query produces:

test=> select @1;
ERROR:  Can't find left op: @ for type 23
--
Tatsuo Ishii
t-ishii@sra.co.jp

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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] crash on new system views
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] 6.4-BETA1: libpgtcl.so / Tcl version?