Thread: Re: [COMMITTERS] pgsql/ /README /configure /configure.in /regis ...

Re: [COMMITTERS] pgsql/ /README /configure /configure.in /regis ...

From
Peter Eisentraut
Date:
Bruce Momjian - CVS writes:

>     src/interfaces/perl5: Pg.pm
>
> Log message:
>     Stamp CVS as 7.2.  Update all interface version numbers.  This is the
>     time to do it, not during beta because people are using this stuff in
>     production sometimes.

There's already a version 1.9.0 (which is what this got changed to) out on
CPAN.  Who maintains this?

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter



Re: [COMMITTERS] pgsql/ /README /configure /configure.in /regis ...

From
Bruce Momjian
Date:
> Bruce Momjian - CVS writes:
> 
> >     src/interfaces/perl5: Pg.pm
> >
> > Log message:
> >     Stamp CVS as 7.2.  Update all interface version numbers.  This is the
> >     time to do it, not during beta because people are using this stuff in
> >     production sometimes.
> 
> There's already a version 1.9.0 (which is what this got changed to) out on
> CPAN.  Who maintains this?

The CPAN I thought was DBI, while ours is old, right?  As far as I know,
we are the only maintainers for the non-DBI version.  Edmund is the DBI
maintainer, and I have asked if we can add the DBI version to CVS.

If there is a non-DBI version numbered 1.9.0 already, I have no idea
how.


--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> There's already a version 1.9.0 (which is what this got changed to) out on
>> CPAN.  Who maintains this?

> The CPAN I thought was DBI, while ours is old, right?

No.  interfaces/perl5 is a stand-alone Perl client library that is
unrelated (more or less anyway) to DBD/DBI.  DBI might be better,
but that doesn't necessarily mean we should abandon support for
the non-DBI library.

> As far as I know, we are the only maintainers for the non-DBI version.

*Somebody* is maintaining it, because the version on CPAN is not the
same as ours.  (Which appears to be sufficient proof that there's
still interest in it...)

It would be good to get our copy back in sync with CPAN.

BTW, this is exactly what I was concerned about w.r.t. adopting the DBI
library into our CVS: if it drifts away from what's on CPAN then we
have a problem.
        regards, tom lane