query dumping core

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема query dumping core
Дата
Msg-id 199905020429.AAA25531@candle.pha.pa.us
обсуждение исходный текст
Ответы Re: [HACKERS] query dumping core  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Shouldn't this be invalid?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] query dumping core