On Tue, 10 Jun 2003, David Wheeler wrote: > Date: Tue, 10 Jun 2003 18:21:13 -0700 > From: David Wheeler <[EMAIL PROTECTED]> > To: Rudy Lippan <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], > 'DBI developers' <[EMAIL PROTECTED]>, [EMAIL PROTECTED], > [EMAIL PROTECTED] > Subject: [Dbdpg-general] Re: Announce: DBD::Pg 1.30_2 (beta) > > Found another one. Not sure what the issue is here. Let me know if you > need me to try to create a test case. >
I think it had to do with the conversion to driver.xst. Try this patch: Index: Pg.h =================================================================== RCS file: /usr/local/cvsroot/dbdpg/dbdpg/Pg.h,v retrieving revision 1.2 diff -u -r1.2 Pg.h --- Pg.h 28 Mar 2003 04:57:08 -0000 1.2 +++ Pg.h 11 Jun 2003 01:24:38 -0000 @@ -45,7 +45,7 @@ /* defines for Driver.xst to let it know what functions to include */ #define dbd_st_rows dbd_st_rows - +#define dbd_discon_all /* end of Pg.h */
