Thanks to visit codestin.com
Credit goes to postgrespro.com

query dumping core - Mailing list pgsql-hackers

From Bruce Momjian
Subject query dumping core
Date
Msg-id [email protected]
Whole thread Raw
Responses Re: [HACKERS] query dumping core
List pgsql-hackers
Here it is.  I think Tom mentioned this problem.

---------------------------------------------------------------------------


select date_trunc('month',transdate), sum(quantity) from wolf group by
1 order by 1\g
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.

--  Bruce Momjian                        |  http://www.op.net/~candle [email protected]            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Shouldn't this be invalid?
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] query dumping core