Re: help with bison - Mailing list pgsql-hackers

From Neil Conway
Subject Re: help with bison
Date
Msg-id 20020411120238.7e967bb7.nconway@klamath.dyndns.org
Whole thread Raw
In response to Re: help with bison  (Barry Lind <barry@xythos.com>)
List pgsql-hackers
On Wed, 10 Apr 2002 22:36:49 -0700
"Barry Lind" <barry@xythos.com> wrote:
> Neil,
> 
> Will this allow you to pass bytea data as binary data in the parameters 
> section (ability to bind values to parameters) or will this still 
> require that the data be passed as a text string that the parser needs 
> to parse.

The patch I'm working on would require that the parameters
are still parsed, so it would likely suffer from the same
performance problems.

I'm unsure how to fix this without a change to the FE/BE
protocol (and even then, it wouldn't be trivial). Suggestions?

Cheers,

Neil

-- 
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC


pgsql-hackers by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Re: 7.3 schedule
Next
From: Stephan Szabo
Date:
Subject: Re: Deadlock situation using foreign keys (reproduceable)