pgsql/ /README /configure /configure.in /regis ...
CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian@hub.org 01/05/10 21:46:33
Modified files:
. : README configure configure.in register.txt
doc : bug.template
doc/src/sgml : version.sgml
src/include : config.h.win32
src/interfaces/ecpg/lib: Makefile
src/interfaces/ecpg/preproc: Makefile
src/interfaces/jdbc: jdbc.jpx
src/interfaces/libpgeasy: Makefile
src/interfaces/libpgtcl: Makefile
src/interfaces/libpq: Makefile libpq.rc
src/interfaces/libpq++: Makefile
src/interfaces/odbc: GNUmakefile
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.
Bruce Momjian - CVS writes:
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.
No it's not. You don't know yet whether
a) the interface will change at all
b) a change will require a major version bump
The ideal time to do this is just before the first beta release.
--
Peter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter
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
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, Pennsylvania 19026
Bruce Momjian - CVS writes:
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.No it's not. You don't know yet whether
a) the interface will change at all
Every interface changes in one way or another during a major development
cycle.
b) a change will require a major version bump
That will be done when someone majorly breaks the API. Uping the minor
number not doesn't prevent use from uping the major number later.
--
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, Pennsylvania 19026
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
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.
No, I wasn't suggesting we eliminate ours. I was just thinking we
should have the DBD/DBI in there too.
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...)
Good point, and why don't we have those patches, and who is it?
It would be good to get our copy back in sync with CPAN.
Yes!
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.
We need the maintainers to give us patches or give them CVS access, if
the agree. This is similar to how we moved ODBC into our tree.
--
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, Pennsylvania 19026