Re: Parsing speed (was Re: pgstats_initstats() cost) - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: Parsing speed (was Re: pgstats_initstats() cost)
Date
Msg-id 1d8301c3613c$8a636e50$2800a8c0@mars
Whole thread Raw
In response to Re: pgstats_initstats() cost  (Gavin Sherry <swm@linuxworld.com.au>)
List pgsql-hackers
> This leaves us with a bit of a problem, though, because there isn't any
> libpq API that allows access to this speedup.  I put in a routine to
> support Parse/Bind/Execute so that people could use out-of-line
> parameters for safety reasons --- but there's no function to do
> Bind/Execute against a pre-existing prepared statement.  (I had to make
> a hacked version of libpq to do the above testing.)
> 
> I'm beginning to think that was a serious omission.  I'm tempted to fix
> it, even though we're past feature freeze for 7.4.  Comments?

I say fix it...

Chris



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: TODO items
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: Parsing speed (was Re: pgstats_initstats() cost)