Re: Extended query: parse command freezes backend - Mailing list pgsql-novice

From Tom Lane
Subject Re: Extended query: parse command freezes backend
Date
Msg-id 3444.1089438929@sss.pgh.pa.us
Whole thread Raw
In response to Extended query: parse command freezes backend  ("M. Bastin" <marcbastin@mindspring.com>)
Responses Extended query: prepared statements list?  ("M. Bastin" <marcbastin@mindspring.com>)
List pgsql-novice
"M. Bastin" <marcbastin@mindspring.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

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: array in postgre
Next
From: "David P. Lurie"
Date:
Subject: Updatable Views from MS Access 2003