public inbox for [email protected]
help / color / mirror / Atom feedFrom: David Steele <[email protected]>
To: Peter Eisentraut <[email protected]>
To: pgsql-hackers <[email protected]>
Cc: Andres Freund <[email protected]>
Subject: Re: dynamic result sets support in extended query protocol
Date: Mon, 15 Mar 2021 09:56:25 -0400
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
<[email protected]>
<[email protected]>
Hi Peter,
On 12/30/20 9:33 AM, Peter Eisentraut wrote:
> On 2020-10-09 20:46, Andres Freund wrote:
>> Is there really a good reason for forcing the client to issue
>> NextResult, Describe, Execute for each of the dynamic result sets? It's
>> not like there's really a case for allowing the clients to skip them,
>> right? Why aren't we sending something more like
>>
>> S: CommandPartiallyComplete
>> S: RowDescription
>> S: DataRow...
>> S: CommandPartiallyComplete
>> S: RowDescription
>> S: DataRow...
>> ...
>> S: CommandComplete
>> C: Sync
>
> I want to post my current patch, to keep this discussion moving.
CFBot reports that tests are failing, although the patch applies.
Also, you dropped all the driver authors from the thread. Not sure if
that was intentional, but you might want to add them back if you need
their input.
Regards,
--
-David
[email protected]
view thread (30+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: dynamic result sets support in extended query protocol
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox