Re: Useability of -current? (CVS)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Useability of -current? (CVS)
Date: 2000-09-24 19:10:37
Message-ID: 15111.969822637@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Neil Conway <nconway(at)klamath(dot)dyndns(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Erich 2000-09-24 20:41:27 Formating numbers useing to_char: how to get rid of leading space?
Previous Message Neil Conway 2000-09-24 17:43:01 Useability of -current? (CVS)