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

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: vyou zhi <vyouzhi(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: error: message type 0x5a arrived from server while idle
Date: 2009-09-15 15:47:18
Message-ID: 603c8f070909150847j2f3b5b9csa630d9d8d720b3ef@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, Sep 8, 2009 at 11:38 PM, vyou zhi <vyouzhi(at)gmail(dot)com> wrote:
> hi all:
>
> i use Python and PyGreSQL to link  PostgreSQL
> but the Python give me the error
>
> the error here :
> --------------------------------------------
> ...
> 95
> 93
> 95
> 97
> 94
> 96
> 94
> message type 0x43 arrived from server while idle
> message type 0x5a arrived from server while idle
> INSERT INTO  code (stock_name ,stock_code)values('bbbbb','bbbbb')
>
> 95
> 93
> 92
> 93
> 99
> --------------------------------------------
>
> and the PostgreSQL log error like here
>
> -------------------------------------------
> ...
> LOG:  unexpected EOF on client connection

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

...Robert

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Heikki Linnakangas 2009-09-15 15:56:29 Re: GIN needs tonic
Previous Message Tom Lane 2009-09-15 14:48:01 Re: GIN needs tonic