alpha1 bundled -- please verify

Started by Peter Eisentrautover 16 years ago8 messageshackers
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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.

#2Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: Peter Eisentraut (#1)
Re: alpha1 bundled -- please verify

Peter Eisentraut <peter_e@gmx.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

#3Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Kevin Grittner (#2)
Re: alpha1 bundled -- please verify

Kevin Grittner wrote:

Peter Eisentraut <peter_e@gmx.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

#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#1)
Re: alpha1 bundled -- please verify

Peter Eisentraut <peter_e@gmx.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

#5Stefan Kaltenbrunner
stefan@kaltenbrunner.cc
In reply to: Tom Lane (#4)
Re: alpha1 bundled -- please verify

Tom Lane wrote:

Peter Eisentraut <peter_e@gmx.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

#6Peter Eisentraut
peter_e@gmx.net
In reply to: Stefan Kaltenbrunner (#5)
Re: alpha1 bundled -- please verify

On ons, 2009-08-19 at 19:11 +0200, Stefan Kaltenbrunner wrote:

Tom Lane wrote:

Peter Eisentraut <peter_e@gmx.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.

#7Peter Eisentraut
peter_e@gmx.net
In reply to: Stefan Kaltenbrunner (#5)
Re: alpha1 bundled -- please verify

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?

#8Stefan Kaltenbrunner
stefan@kaltenbrunner.cc
In reply to: Peter Eisentraut (#7)
Re: alpha1 bundled -- please verify

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