You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Bojan Smojver <bo...@rexursive.com> on 2006/04/10 04:52:25 UTC

[PATCH]: Use PQprepare

This patch is just a request for comment, to see if I'm on the right  
track here. The thing does compile, but I didn't actually test it.

You will note that I have hardcoded OIDs in several places, because if  
we want to pick them up from pg_type.h, the detection code in dbd.m4  
will have to become far more complicated (in fact, unless certain  
options were used to install PGSQL, that file may not even be there -  
OUCH!). So, I just short circuited that for now, in order to get some  
feedback.

-- 
Bojan

Re: [PATCH]: Use PQprepare

Posted by Bojan Smojver <bo...@rexursive.com>.
On Mon, 2006-04-10 at 12:52 +1000, Bojan Smojver wrote:
> So, I just short circuited that for now, in order to get some  
> feedback.

VARCHAROID is actually 1043, not 1023. Sorry about that :-(

-- 
Bojan