query dumping core

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <hackers(at)postgreSQL(dot)org>
Subject: query dumping core
Date: 1999-05-02 04:29:18
Message-ID: 199905020429.AAA25531@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-05-02 05:42:31 Re: [HACKERS] query dumping core
Previous Message Tom Lane 1999-05-02 00:09:27 Shouldn't this be invalid?