Extended query: parse command freezes backend

From: "M(dot) Bastin" <marcbastin(at)mindspring(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Extended query: parse command freezes backend
Date: 2004-07-09 12:38:20
Message-ID: a06110401bd14402b0572@[213.224.114.106]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I'm sending this parse command after which the backend completely
stops responding (just the session, not the whole server):

Byte1('P'): "P"
Int32: 41
String: "mystatement" + null byte
String: "select * from mytable;" + null byte
Int16: 0

I have to close and re-open the frontends' TCP/IP connection to be
able to work again. PostgreSQL 7.4.2.

Marc

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Stephan Szabo 2004-07-09 13:31:46 Re: Speed of the stored procedures?
Previous Message M. Bastin 2004-07-09 10:23:14 Extended query language: does it work?