What does it mean?

From: Dmitry Samersoff <dms(at)wplus(dot)net>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: What does it mean?
Date: 1999-08-20 16:37:18
Message-ID: XFMail.990820203718.dms@wplus.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)wplus(dot)net, ICQ:3161705
http://devnull.wplus.net
* There will come soft rains ...

Browse pgsql-hackers by date

  From Date Subject
Next Message G. Anthony Reina 1999-08-20 17:02:30 RE: [GENERAL] Error during 'vacuum analyze'
Previous Message Tom Lane 1999-08-20 16:31:06 Re: [HACKERS] Postgres' lexer