Обсуждение: BETA3...

Поиск
Список
Период
Сортировка

BETA3...

От
The Hermit Hacker
Дата:
Any objections to my putting out a BETA3 late tomorrow afternoon? 

Marc G. Fournier                                
Systems Administrator @ hub.org 
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 



Re: [HACKERS] BETA3...

От
Peter T Mount
Дата:
On Mon, 26 Oct 1998, The Hermit Hacker wrote:

> 
> Any objections to my putting out a BETA3 late tomorrow afternoon? 

I've just checked cvs, and the files that I reported about 2 weeks ago of
being in the wrong directories are still there.

This is causing some confusion with a few people when they are trying to
see how the driver works.

The following files need to be deleted to prevent confusion

The correct one is in the parent directory:
U src/interfaces/jdbc/postgresql/ChangeLog

This was moved into the utils sub directory prior to 6.3, and has been
modified considerably since then:

U src/interfaces/jdbc/postgresql/PG_Object.java

These were moved into the geometric sub directory prior to 6.3, and have
been modified considerably since then:

U src/interfaces/jdbc/postgresql/PGbox.java
U src/interfaces/jdbc/postgresql/PGcircle.java
U src/interfaces/jdbc/postgresql/PGlseg.java
U src/interfaces/jdbc/postgresql/PGpath.java
U src/interfaces/jdbc/postgresql/PGpoint.java
U src/interfaces/jdbc/postgresql/PGpolygon.java
U src/interfaces/jdbc/postgresql/PGtokenizer.java

I'm not sure if you are keeping these for historical reasons, but I'm
getting some email asking why there are two versions of some of these
classes.

Peter

--       Peter T Mount peter@retep.org.uk     Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgresJava PDF Generator: http://www.retep.org.uk/pdf



Re: [HACKERS] BETA3...

От
Peter T Mount
Дата:
I've just checked what I presume is the 6.4 final cvs, and the errant
files are still there... Peter

On Tue, 27 Oct 1998, Peter T Mount wrote:

> On Mon, 26 Oct 1998, The Hermit Hacker wrote:
> 
> > 
> > Any objections to my putting out a BETA3 late tomorrow afternoon? 
> 
> I've just checked cvs, and the files that I reported about 2 weeks ago of
> being in the wrong directories are still there.
> 
> This is causing some confusion with a few people when they are trying to
> see how the driver works.
> 
> The following files need to be deleted to prevent confusion
> 
> The correct one is in the parent directory:
> U src/interfaces/jdbc/postgresql/ChangeLog
> 
> This was moved into the utils sub directory prior to 6.3, and has been
> modified considerably since then:
> 
> U src/interfaces/jdbc/postgresql/PG_Object.java
> 
> These were moved into the geometric sub directory prior to 6.3, and have
> been modified considerably since then:
> 
> U src/interfaces/jdbc/postgresql/PGbox.java
> U src/interfaces/jdbc/postgresql/PGcircle.java
> U src/interfaces/jdbc/postgresql/PGlseg.java
> U src/interfaces/jdbc/postgresql/PGpath.java
> U src/interfaces/jdbc/postgresql/PGpoint.java
> U src/interfaces/jdbc/postgresql/PGpolygon.java
> U src/interfaces/jdbc/postgresql/PGtokenizer.java
> 
> I'm not sure if you are keeping these for historical reasons, but I'm
> getting some email asking why there are two versions of some of these
> classes.
> 
> Peter
> 
> -- 
>        Peter T Mount peter@retep.org.uk
>       Main Homepage: http://www.retep.org.uk
> PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
>  Java PDF Generator: http://www.retep.org.uk/pdf
> 
> 

--       Peter T Mount peter@retep.org.uk     Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgresJava PDF Generator: http://www.retep.org.uk/pdf



Re: [HACKERS] BETA3...

От
The Hermit Hacker
Дата:
done...

On Sun, 1 Nov 1998, Peter T Mount wrote:

> 
> I've just checked what I presume is the 6.4 final cvs, and the errant
> files are still there... Peter
> 
> On Tue, 27 Oct 1998, Peter T Mount wrote:
> 
> > On Mon, 26 Oct 1998, The Hermit Hacker wrote:
> > 
> > > 
> > > Any objections to my putting out a BETA3 late tomorrow afternoon? 
> > 
> > I've just checked cvs, and the files that I reported about 2 weeks ago of
> > being in the wrong directories are still there.
> > 
> > This is causing some confusion with a few people when they are trying to
> > see how the driver works.
> > 
> > The following files need to be deleted to prevent confusion
> > 
> > The correct one is in the parent directory:
> > U src/interfaces/jdbc/postgresql/ChangeLog
> > 
> > This was moved into the utils sub directory prior to 6.3, and has been
> > modified considerably since then:
> > 
> > U src/interfaces/jdbc/postgresql/PG_Object.java
> > 
> > These were moved into the geometric sub directory prior to 6.3, and have
> > been modified considerably since then:
> > 
> > U src/interfaces/jdbc/postgresql/PGbox.java
> > U src/interfaces/jdbc/postgresql/PGcircle.java
> > U src/interfaces/jdbc/postgresql/PGlseg.java
> > U src/interfaces/jdbc/postgresql/PGpath.java
> > U src/interfaces/jdbc/postgresql/PGpoint.java
> > U src/interfaces/jdbc/postgresql/PGpolygon.java
> > U src/interfaces/jdbc/postgresql/PGtokenizer.java
> > 
> > I'm not sure if you are keeping these for historical reasons, but I'm
> > getting some email asking why there are two versions of some of these
> > classes.
> > 
> > Peter
> > 
> > -- 
> >        Peter T Mount peter@retep.org.uk
> >       Main Homepage: http://www.retep.org.uk
> > PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
> >  Java PDF Generator: http://www.retep.org.uk/pdf
> > 
> > 
> 
> -- 
>        Peter T Mount peter@retep.org.uk
>       Main Homepage: http://www.retep.org.uk
> PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
>  Java PDF Generator: http://www.retep.org.uk/pdf
> 

Marc G. Fournier                                
Systems Administrator @ hub.org 
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 



Re: [HACKERS] BETA3...

От
Peter T Mount
Дата:
On Sun, 1 Nov 1998, The Hermit Hacker wrote:

> done...

Thanks, it looks a lot neater now.

> 
> On Sun, 1 Nov 1998, Peter T Mount wrote:
> 
> > 
> > I've just checked what I presume is the 6.4 final cvs, and the errant
> > files are still there... Peter
> > 
> > On Tue, 27 Oct 1998, Peter T Mount wrote:
> > 
> > > On Mon, 26 Oct 1998, The Hermit Hacker wrote:
> > > 
> > > > 
> > > > Any objections to my putting out a BETA3 late tomorrow afternoon? 
> > > 
> > > I've just checked cvs, and the files that I reported about 2 weeks ago of
> > > being in the wrong directories are still there.
> > > 
> > > This is causing some confusion with a few people when they are trying to
> > > see how the driver works.
> > > 
> > > The following files need to be deleted to prevent confusion
> > > 
> > > The correct one is in the parent directory:
> > > U src/interfaces/jdbc/postgresql/ChangeLog
> > > 
> > > This was moved into the utils sub directory prior to 6.3, and has been
> > > modified considerably since then:
> > > 
> > > U src/interfaces/jdbc/postgresql/PG_Object.java
> > > 
> > > These were moved into the geometric sub directory prior to 6.3, and have
> > > been modified considerably since then:
> > > 
> > > U src/interfaces/jdbc/postgresql/PGbox.java
> > > U src/interfaces/jdbc/postgresql/PGcircle.java
> > > U src/interfaces/jdbc/postgresql/PGlseg.java
> > > U src/interfaces/jdbc/postgresql/PGpath.java
> > > U src/interfaces/jdbc/postgresql/PGpoint.java
> > > U src/interfaces/jdbc/postgresql/PGpolygon.java
> > > U src/interfaces/jdbc/postgresql/PGtokenizer.java
> > > 
> > > I'm not sure if you are keeping these for historical reasons, but I'm
> > > getting some email asking why there are two versions of some of these
> > > classes.
> > > 
> > > Peter
> > > 
> > > -- 
> > >        Peter T Mount peter@retep.org.uk
> > >       Main Homepage: http://www.retep.org.uk
> > > PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
> > >  Java PDF Generator: http://www.retep.org.uk/pdf
> > > 
> > > 
> > 
> > -- 
> >        Peter T Mount peter@retep.org.uk
> >       Main Homepage: http://www.retep.org.uk
> > PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
> >  Java PDF Generator: http://www.retep.org.uk/pdf
> > 
> 
> Marc G. Fournier                                
> Systems Administrator @ hub.org 
> primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 
> 

--       Peter T Mount peter@retep.org.uk     Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgresJava PDF Generator: http://www.retep.org.uk/pdf