Re: Extended query: parse command freezes backend

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "M(dot) Bastin" <marcbastin(at)mindspring(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Extended query: parse command freezes backend
Date: 2004-07-10 05:55:29
Message-ID: 3444.1089438929@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"M. Bastin" <marcbastin(at)mindspring(dot)com> writes:
> 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

You haven't done anything to ensure a response message (viz, Flush or
Sync). See nearby discussion about brokenness of Tcl interface...

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message David P. Lurie 2004-07-10 12:40:06 Updatable Views from MS Access 2003
Previous Message Tom Lane 2004-07-10 04:29:05 Re: array in postgre