Postgres connection errors

From: Tim Uckun <timuckun(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Postgres connection errors
Date: 2010-11-02 22:54:36
Message-ID: AANLkTimMJ4=z+GWDreP3GEL-g6J+Rw+M+7PxX7POoSDT@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello.

I have lots of ruby daemons running connected to postgres. Some of
them start getting connection errors after about a day or two of
running. The odd thing is that they don't all get the same error.

Some get this error: PGError: lost synchronization with server: got
message type "T"
Others get this PGError: lost synchronization with server:
got message type "e"
And sometimes this PGError: lost synchronization with server: got
message type ""

What is postgres trying to tell me here? This error is most likely
coming out of libpq I would think.

Thanks.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Raymond O'Donnell 2010-11-02 23:04:37 Re: 8.4 Data Not Compatible with 9.0.1 Upgrade?
Previous Message Thomas Kellerer 2010-11-02 22:38:27 Re: 8.4 Data Not Compatible with 9.0.1 Upgrade?