Re: alpha1 bundled -- please verify

Lists: pgsql-hackers
From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: alpha1 bundled -- please verify
Date: 2009-08-19 11:14:52
Message-ID: 1250680492.17063.2.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Alpha1 has been bundled and is available at

http://developer.postgresql.org/~petere/alpha/

Please check that it is sane.

Then, someone please move this to an appropriate place on the FTP server
and make an announcement.

See http://wiki.postgresql.org/wiki/Alpha_release_process for process
details.

I'm out for the rest of the day.


From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Peter Eisentraut" <peter_e(at)gmx(dot)net>, <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: alpha1 bundled -- please verify
Date: 2009-08-19 16:19:53
Message-ID: 4A8BDFD90200002500029D79@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:

> Alpha1 has been bundled and is available at
>
> http://developer.postgresql.org/~petere/alpha/
>
> Please check that it is sane.

I downloaded it and did a make and make check on a machine without all
the packages to build from a source checkout. All 121 tests passed.
Anything else I can do to check sanity? (In particular, it sounds
like docs are a potential issue, but I'm not sure what I should
check.)

-Kevin


From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: alpha1 bundled -- please verify
Date: 2009-08-19 16:33:34
Message-ID: 20090819163334.GB4894@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Kevin Grittner wrote:
> Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
>
> > Alpha1 has been bundled and is available at
> >
> > http://developer.postgresql.org/~petere/alpha/
> >
> > Please check that it is sane.
>
> I downloaded it and did a make and make check on a machine without all
> the packages to build from a source checkout. All 121 tests passed.
> Anything else I can do to check sanity? (In particular, it sounds
> like docs are a potential issue, but I'm not sure what I should
> check.)

Docs look good -- installed the HTML docs and manpages. The index seems
fine.

One little odd thing about the manpages: the SEE ALSO section of
VACUUM.7 looks like this:

SEE ALSO
vacuumdb, Cost-Based Vacuum Delay
, The Autovacuum Daemon

Strangely, on the text it looks good:

PostgreSQL includes an “autovacuum” facility which can automate routine
vacuum maintenance. For more information about automatic and manual
vacuuming, see Section 23.1, “Routine Vacuuming”, in the documentation.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: alpha1 bundled -- please verify
Date: 2009-08-19 17:07:31
Message-ID: 25011.1250701651@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> Alpha1 has been bundled and is available at
> http://developer.postgresql.org/~petere/alpha/
> Please check that it is sane.

It looks like all the derived grammar files have been built with bison
2.4.1, which is not what's on svr1 (unless that's been updated
recently). I'm not sure that this is something to worry about, but
it does mean that people will be testing something that's a bit
different from what an "official" tarball would look like.

Otherwise it looks good from here.

regards, tom lane


From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: alpha1 bundled -- please verify
Date: 2009-08-19 17:11:09
Message-ID: 4A8C322D.7000104@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Tom Lane wrote:
> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
>> Alpha1 has been bundled and is available at
>> http://developer.postgresql.org/~petere/alpha/
>> Please check that it is sane.
>
> It looks like all the derived grammar files have been built with bison
> 2.4.1, which is not what's on svr1 (unless that's been updated
> recently). I'm not sure that this is something to worry about, but
> it does mean that people will be testing something that's a bit
> different from what an "official" tarball would look like.

correct - svr1 has bison 1.875 and flex 2.5.35 (for the -HEAD builds)
and flex 2.5.4 for the back branches.

Stefan


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: alpha1 bundled -- please verify
Date: 2009-08-24 22:07:07
Message-ID: 1251151627.29824.14.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On ons, 2009-08-19 at 19:11 +0200, Stefan Kaltenbrunner wrote:
> Tom Lane wrote:
> > Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> >> Alpha1 has been bundled and is available at
> >> http://developer.postgresql.org/~petere/alpha/
> >> Please check that it is sane.
> >
> > It looks like all the derived grammar files have been built with bison
> > 2.4.1, which is not what's on svr1 (unless that's been updated
> > recently). I'm not sure that this is something to worry about, but
> > it does mean that people will be testing something that's a bit
> > different from what an "official" tarball would look like.
>
> correct - svr1 has bison 1.875 and flex 2.5.35 (for the -HEAD builds)
> and flex 2.5.4 for the back branches.

I didn't realize that you had prepared special installations of those.
Will use those next time.


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: alpha1 bundled -- please verify
Date: 2009-10-20 20:08:56
Message-ID: 1256069336.12727.3.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Wed, 2009-08-19 at 19:11 +0200, Stefan Kaltenbrunner wrote:
> correct - svr1 has bison 1.875 and flex 2.5.35 (for the -HEAD builds)
> and flex 2.5.4 for the back branches.

Where? In which directories?


From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: alpha1 bundled -- please verify
Date: 2009-10-20 23:59:25
Message-ID: 4ADE4EDD.4020004@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Peter Eisentraut wrote:
> On Wed, 2009-08-19 at 19:11 +0200, Stefan Kaltenbrunner wrote:
>> correct - svr1 has bison 1.875 and flex 2.5.35 (for the -HEAD builds)
>> and flex 2.5.4 for the back branches.
>
> Where? In which directories?

/usr/bin/flex is 2.5.4 and /usr/local/bin/flex is 2.5.35.

Stefan