What does it mean?

Поиск
Список
Период
Сортировка
От Dmitry Samersoff
Тема What does it mean?
Дата
Msg-id XFMail.990820203718.dms@wplus.net
обсуждение исходный текст
Список pgsql-hackers
voip=> select * from billing;
Backend message type 0x44 arrived while idle
Backend message type 0x44 arrived while idle
We have lost the connection to the backend, so further processing is
impossible.  Terminating.

select vendor_ip, sum(duration) as sumdur from billing where( call_type = 'E'
and (stime >= 935092800 AND stime < 935179200)) group by vendor_ip;
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.

Postgres 6.5.1 release, freebsd 2.2.5

---
Dmitry Samersoff, dms@wplus.net, ICQ:3161705
http://devnull.wplus.net
* There will come soft rains ...


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Postgres' lexer
Следующее
От: Leon
Дата:
Сообщение: Re: [HACKERS] Postgres' lexer