Re: [HACKERS] More protocol discussion: breaking down - Mailing list pgsql-interfaces

From Joe Conway
Subject Re: [HACKERS] More protocol discussion: breaking down
Date
Msg-id 3E93B3D7.9000102@joeconway.com
Whole thread Raw
In response to Re: [HACKERS] More protocol discussion: breaking down query processing  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-interfaces
Tom Lane wrote:
>>I'd think that binary support at the protocol level would obsolete the 
>>need for the DECLARE BINARY CURSOR command.
> 
> Yeah, but making something obsolete is not the same as being willing to
> remove it immediately.  If we keep DECLARE BINARY CURSOR around, how
> should it act?

The protocol level should win if it is set to binary, but I think the 
statement level has to win otherwise in order to maintain backward 
compatibility, at least for the next release.

Joe



pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] More protocol discussion: breaking down query processing
Next
From: Ian Barwick
Date:
Subject: Re: Memory leak!!