Обсуждение: pgindent run

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

pgindent run

От
Bruce Momjian
Дата:
I have run pgindent on the C files and run pgjindent on the jdbc files
as requested by the jdbc list.  You can package up beta now.  I will
update the HISTORY file tomorrow with recent changes.

--  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
 


Re: pgindent run

От
Tom Lane
Дата:
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I have run pgindent on the C files and run pgjindent on the jdbc files
> as requested by the jdbc list.  You can package up beta now.  I will
> update the HISTORY file tomorrow with recent changes.

Please hold on that packaging until I add the int2<->int8 cast functions
that Philip pointed out pg_dump needs.  Will have it done in an hour or
two.
        regards, tom lane


Re: pgindent run

От
"Marc G. Fournier"
Дата:
D'oh ...

Okay, will hold off on packaging, but have already tag'd it ...

If we aren'g putting that Packaging stuff into v7.2, can we get it into
beta as contrib also?  Before I do the first packagingof the beta?

On Thu, 25 Oct 2001, Tom Lane wrote:

> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > I have run pgindent on the C files and run pgjindent on the jdbc files
> > as requested by the jdbc list.  You can package up beta now.  I will
> > update the HISTORY file tomorrow with recent changes.
>
> Please hold on that packaging until I add the int2<->int8 cast functions
> that Philip pointed out pg_dump needs.  Will have it done in an hour or
> two.
>
>             regards, tom lane
>



Re: pgindent run

От
"Marc G. Fournier"
Дата:
On Thu, 25 Oct 2001, Tom Lane wrote:

> "Marc G. Fournier" <scrappy@hub.org> writes:
> > If we aren'g putting that Packaging stuff into v7.2, can we get it into
> > beta as contrib also?  Before I do the first packagingof the beta?
>
> Uh ... what?
>
> I just meant to wait a little bit on wrapping the tarball while I make
> this last(?) catalog update.  I don't know of anything that should go
> into contrib.
>
> I saw you updated the version tag in configure, but aren't there three
> or four other places that need work to brand the version number?

Not that I've ever changed ... I know that Bruce does a bunch of docs
related stuff, like in HISTORY and whatnot ...



Re: pgindent run

От
Tom Lane
Дата:
"Marc G. Fournier" <scrappy@hub.org> writes:
> If we aren'g putting that Packaging stuff into v7.2, can we get it into
> beta as contrib also?  Before I do the first packagingof the beta?

Uh ... what?

I just meant to wait a little bit on wrapping the tarball while I make
this last(?) catalog update.  I don't know of anything that should go
into contrib.

I saw you updated the version tag in configure, but aren't there three
or four other places that need work to brand the version number?
        regards, tom lane


Re: pgindent run

От
Bruce Momjian
Дата:
> On Thu, 25 Oct 2001, Tom Lane wrote:
> 
> > "Marc G. Fournier" <scrappy@hub.org> writes:
> > > If we aren'g putting that Packaging stuff into v7.2, can we get it into
> > > beta as contrib also?  Before I do the first packagingof the beta?
> >
> > Uh ... what?
> >
> > I just meant to wait a little bit on wrapping the tarball while I make
> > this last(?) catalog update.  I don't know of anything that should go
> > into contrib.
> >
> > I saw you updated the version tag in configure, but aren't there three
> > or four other places that need work to brand the version number?
> 
> Not that I've ever changed ... I know that Bruce does a bunch of docs
> related stuff, like in HISTORY and whatnot ...

I noticed that SELECT version() shows:
test=> select  version();                            version
----------------------------------------------------------------PostgreSQL 7.2devel on i386-pc-bsdi4.2, compiled by GCC
2.95.2              ^^^^^(1 row)    
 

I see this in configure.in and am applying a patch to make it 7.2.

--  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
 


Re: pgindent run

От
Bruce Momjian
Дата:
> On Thu, 25 Oct 2001, Tom Lane wrote:
> 
> > "Marc G. Fournier" <scrappy@hub.org> writes:
> > > If we aren'g putting that Packaging stuff into v7.2, can we get it into
> > > beta as contrib also?  Before I do the first packagingof the beta?
> >
> > Uh ... what?
> >
> > I just meant to wait a little bit on wrapping the tarball while I make
> > this last(?) catalog update.  I don't know of anything that should go
> > into contrib.
> >
> > I saw you updated the version tag in configure, but aren't there three
> > or four other places that need work to brand the version number?
> 
> Not that I've ever changed ... I know that Bruce does a bunch of docs
> related stuff, like in HISTORY and whatnot ...

Looks like Marc already got configure.in:
VERSION='7.2b1'

I will work on HISTORY now but you don't have to wait for me for beta1.

--  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