Thread: Useability of -current? (CVS)

Useability of -current? (CVS)

From
Neil Conway
Date:
Hello all (sorry if this is a repost, AFAICT my first post never made it).

How stable are the current pre-7.1 sources in CVS? A number of features
I'd like to use have been implemented (TOAST primarily), and I'd like to
be able to use them while writing my app.

This will be for development only, not production. Will I be able to
get work done with 7.1pre? Are there any current issues I should watch
out for?

I'll be using DBD::Pg (Perl), not native libpq.

Thanks in advance,

Neil

--
Neil Conway <neilconway@home.com>
Get my GnuPG key from: http://klamath.dyndns.org/mykey.asc
Encrypted mail welcomed

That government is best which governs least.
        -- Thomas Jefferson

Attachment

Re: Useability of -current? (CVS)

From
Tom Lane
Date:
Neil Conway <nconway@klamath.dyndns.org> writes:
> How stable are the current pre-7.1 sources in CVS? A number of features
> I'd like to use have been implemented (TOAST primarily), and I'd like to
> be able to use them while writing my app.
> This will be for development only, not production. Will I be able to
> get work done with 7.1pre?

Sure.  The only thing I know of that's annoyingly broken at the moment
is that psql's \d functions aren't handling views properly --- psql is
a little behind the curve on the view relkind change.  People don't
normally commit unusable code to CVS, because the other developers will
get on their case if the development system is unusable.

The major disadvantage of trying to get work done with CVS-tip code
is that you risk having to do an initdb any time you update.  As long
as you can live with that, go for it.

> Are there any current issues I should watch out for?

Don't think so.  Feel free to submit bug reports if you find problems.

            regards, tom lane