Re: Protocol Question - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: Protocol Question
Date
Msg-id 27176.1408341335@sss.pgh.pa.us
Whole thread Raw
In response to Re: Protocol Question  (Thomas Heller <info@zilence.net>)
Responses Re: Protocol Question  (Thomas Heller <info@zilence.net>)
List pgsql-interfaces
Thomas Heller <info@zilence.net> writes:
> I just encountered a weird protocol error while stress testing my client.
> I'm receiving unexpected 'n'/NoData messages while reading 'D'/DataRow
> messages.

AFAICS, NoData can only be returned in response to Describe Statement
or Describe Portal issued against a command that cannot return rows.

If you can provide a counterexample for this claim, I'd be interested
to see it.  But my money is on confusion on the client side.
        regards, tom lane



pgsql-interfaces by date:

Previous
From: Thomas Heller
Date:
Subject: Re: Protocol Question
Next
From: Thomas Heller
Date:
Subject: Re: Protocol Question