Re: error: message type 0x5a arrived from server while idle

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: vyou zhi <vyouzhi(at)gmail(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: error: message type 0x5a arrived from server while idle
Date: 2009-09-15 17:54:42
Message-ID: 15438.1253037282@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> On Tue, Sep 8, 2009 at 11:38 PM, vyou zhi <vyouzhi(at)gmail(dot)com> wrote:
>> i use Python and PyGreSQL to link PostgreSQL
>> but the Python give me the error
>> message type 0x43 arrived from server while idle
>> message type 0x5a arrived from server while idle

> This sounds like a bug in PyGreSQL. Maybe it's not following the FE
> protocol correctly?

I think this is a fairly common symptom of trying to use the same PG
connection in multiple threads ...

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2009-09-15 18:31:56 Re: GIN needs tonic
Previous Message Tom Lane 2009-09-15 16:09:58 Re: GIN needs tonic