Re: [HACKERS] query crashes backend - cvs - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: [HACKERS] query crashes backend - cvs
Date
Msg-id 199809160332.MAA13328@srapc451.sra.co.jp
Whole thread Raw
In response to query crashes backend - cvs  (Oleg Bartunov <oleg@sai.msu.su>)
List 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 by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] crash on new system views
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] 6.4-BETA1: libpgtcl.so / Tcl version?