Re: [Dbdpg-general] benchmarking old Pg and DBD::Pg - Mailing list pgsql-interfaces

From Brandon Metcalf
Subject Re: [Dbdpg-general] benchmarking old Pg and DBD::Pg
Date
Msg-id Pine.LNX.4.58L.0504081426040.18466@cash.rhiamet.com
Whole thread Raw
In response to Re: [Dbdpg-general] benchmarking old Pg and DBD::Pg  (Vlad <marchenko@gmail.com>)
List pgsql-interfaces
m == marchenko@gmail.com writes:
m> Thanks for suggestion - I'm gonna try this patch:
m> --- dbdimp.c.bak        Wed Apr  6 16:40:20 2005m> +++ dbdimp.c    Fri Apr  8 15:21:29 2005m> @@ -1415,7 +1415,7
@@m>        }m>         else if (NULL == currph->bind_type) { /* "sticky" data type */m>                 /* This is the
defaulttype, but we will honorm> defaultval if we can */m> -               currph->bind_type =
pg_type_data(VARCHAROID);m>+               currph->bind_type = pg_type_data(UNKNOWNOID);m>                 if
(!currph->bind_type)m>                        croak("Default type is bad!!!!???");m>         }
 


Yeah, looks good.  Let me know how it goes.  I'll try the same thing
over here.


-- 
Brandon


pgsql-interfaces by date:

Previous
From: "Brandon Metcalf"
Date:
Subject: Re: [Dbdpg-general] benchmarking old Pg and DBD::Pg
Next
From: "Brandon Metcalf"
Date:
Subject: Re: [Dbdpg-general] benchmarking old Pg and DBD::Pg